commit | cee37d83e6d9ada1c2254c73bac7955f9e048d22 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 07 21:48:15 2017 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 07 21:48:15 2017 -0700 |
tree | a8abe8b3009748260c9108fdaf50045c39f170ae | |
parent | 6a37e94009b1a76d415b2759755f5cc7854c4ff6 [diff] | |
parent | 62473a2d6f513296e896b64ccfd7ceb7b963795e [diff] |
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()