]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2012 23:38:57 +0000 (15:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2012 23:38:57 +0000 (15:38 -0800)
commit2f65dddf1afad53747f9d6dbab4d3a7ad43cfc11
tree5f9c05a3d74215826ba0d43881269bd3f7339090
parent27a1efda253a0e6f2e73e43f40b70f6a2f35ebc1
parent6c51331ac851a193a296cc617a0219676d32498a
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs

A fix from Jesper Juhl removes an assignment in an ASSERT when a compare
is intended.  Two fixes from Mitsuo Hayasaka address off-by-ones in XFS
quota enforcement.

* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: make inode quota check more general
  xfs: change available ranges of softlimit and hardlimit in quota check
  XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended