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)
commit9a219bc70b54523c8f14a3c957179854785ee97c
tree6ac486e87780c2aaeb3b77290ee54e189ebc0973
parent6c09e94a32e1094983d39879b9e8ccf9ffdcfa36
kill do_sync_read/do_sync_write

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