From: Linus Torvalds Date: Sat, 8 Jul 2017 04:48:15 +0000 (-0700) Subject: Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v4.13-rc1~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cee37d83e6d9ada1c2254c73bac7955f9e048d22;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'work.read_write' of git://git./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() --- cee37d83e6d9ada1c2254c73bac7955f9e048d22