]> 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)
commit52825c1439653446f43e857e4e8c36c198826baa
tree20d58530d5597ec25b19e4f982e6e4454bb6720f
parentbccdd52bbb8c1364f8e7b03d0fc72182f7f89e6c
parent8d96f588bec47a9b4fcff9a206630d8e4067d51c
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
   8379b5b020da ("xfs: limit speculative prealloc near ENOSPC
   thresholds")

 - Fix for the return type of xfs_iomap_eof_prealloc_initial_size from
   commit 59a24a3b5bfd ("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()