]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jul 2017 04:48:15 +0000 (21:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jul 2017 04:48:15 +0000 (21:48 -0700)
commit2a7d2a23ba0da0c0e3d411196fefe2aa58a5d0dd
treea8abe8b3009748260c9108fdaf50045c39f170ae
parent3d40b97fa80ee1d0bc73d70ae7cb8624c254f756
parente5b8a4544c5e9d28439dbca995daadc0a29d0a3e
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull read/write fix from Al Viro:
 "file_start_write()/file_end_write() got mixed into vfs_iter_write() by
  accident; that's a deadlock for all existing callers - they already do
  that, some - quite a bit outside.

  Easily fixed, fortunately"

* 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  move file_{start,end}_write() out of do_iter_write()
fs/read_write.c