]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Mar 2013 22:17:40 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Mar 2013 22:17:40 +0000 (15:17 -0700)
commit6bc5e17344165e335095827191378d1788e693a3
tree20d58530d5597ec25b19e4f982e6e4454bb6720f
parentc65c53b38d88bdd3ba8223e1eed2653ba3e3f929
parent1808413955a04f501b2fa2b96bd2688329b6401b
Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs

Pull XFS fixes from Ben Myers:

 - Fix for a potential infinite loop which was introduced in commit
   c4b2d2e3ca7a ("xfs: limit speculative prealloc near ENOSPC
   thresholds")

 - Fix for the return type of xfs_iomap_eof_prealloc_initial_size from
   commit a26ae8afe8c3 ("xfs: limit speculative prealloc size on sparse
   files")

 - Fix for a failed buffer readahead causing subsequent callers to fail
   incorrectly

* tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs:
  xfs: ensure we capture IO errors correctly
  xfs: fix xfs_iomap_eof_prealloc_initial_size type
  xfs: fix potential infinite loop in xfs_iomap_prealloc_size()