Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2015 17:56:12 +0000 (10:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Apr 2015 17:56:12 +0000 (10:56 -0700)
commit6a23b45f1d4b9961e9bf38bc9fb64dc154272abf
treefc4ae9cc3a3306743137fea42c463c01090b0e4c
parent54d8ccc30270586f869bfb46ff8a8ca330c8aa23
parent64b4e2526d1cf6e6a4db6213d6e2b6e6ab59479a
Merge branch 'for-linus' of git://git./linux/kernel/git/viro/vfs

Pull vfs and fs fixes from Al Viro:
 "Several AIO and OCFS2 fixes"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ocfs2: _really_ sync the right range
  ocfs2_file_write_iter: keep return value and current position update in sync
  [regression] ocfs2: do *not* increment ->ki_pos twice
  ioctx_alloc(): fix vma (and file) leak on failure
  fix mremap() vs. ioctx_kill() race