]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffb0ce47e0fc802a3ca92a30b347c4b4316acf8e
tree7be3d5a4ac5a8e3d68ab9259d69add29c2998a07
parent3424b0aec3c099325c56b5fce5341750d2b0cc34
parentb206acbe48b25198f0a217bbc803ad43354763ed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/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()...