]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sat, 4 Apr 2015 05:17:45 +0000 (01:17 -0400)
commit77f4a476f85dbc37a3afdd8cb7e3f9faaa8acda4
tree671628d9c37bb25bf19146bdba106b97ce999d4c
parent739c572a872b1db691a14722532036eeb45d2c00
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