]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit10b38669d64c757cfd927e3820292c580ed70aae
tree20d58530d5597ec25b19e4f982e6e4454bb6720f
parent547b524636249fbe906ab78a50ab0017c490316c
parente001873853d87674dd5b3cfa2851885023616695
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
   4d559a3bcb73 ("xfs: limit speculative prealloc near ENOSPC
   thresholds")

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