Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2013 18:42:20 +0000 (08:42 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Jun 2013 18:42:20 +0000 (08:42 -1000)
commitb8ff768b5ab9d17204c1a8b3647ee6db608f63ab
tree7be3d5a4ac5a8e3d68ab9259d69add29c2998a07
parentf71194a7d47c1da787555d27aac63973ca72323b
parent945fb136dfcb5291b4fb2abd4fd1edf790de44ff
Merge branch 'for-linus' of git://git./linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "Several fixes for bugs caught while looking through f_pos (ab)users"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  aout32 coredump compat fix
  splice: don't pass the address of ->f_pos to methods
  mconsole: we'd better initialize pos before passing it to vfs_read()...