]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Aug 2012 18:47:06 +0000 (11:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Aug 2012 18:47:06 +0000 (11:47 -0700)
commit959f1c6b9b4592f4f586f5607061e7622addecd0
tree08b42bfb5255e7234d1cfa639850732cb817bd2e
parenta8235bdcb30c0224b66f4eecc0eb60c36c6e5420
parentc4b763f0753e23e3d67edf30ad07990f893e58fa
Merge tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfs

Pull xfs bugfixes from Ben Myers:
 - fix uninitialised variable in xfs_rtbuf_get()
 - unlock the AGI buffer when looping in xfs_dialloc
 - check for possible overflow in xfs_ioc_trim

* tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfs:
  xfs: check for possible overflow in xfs_ioc_trim
  xfs: unlock the AGI buffer when looping in xfs_dialloc
  xfs: fix uninitialised variable in xfs_rtbuf_get()