kill do_sync_read/do_sync_write
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 4 Apr 2015 02:10:20 +0000 (22:10 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:29:42 +0000 (22:29 -0400)
all remaining instances of aio_{read,write} (all 4 of them) have explicit
->read and ->write resp.; do_sync_read/do_sync_write is never called by
__vfs_read/__vfs_write anymore and no other users had been left.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c
include/linux/fs.h

diff --cc fs/read_write.c
Simple merge
Simple merge