]> git.baikalelectronics.ru Git - kernel.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>
Sun, 12 Apr 2015 02:29:42 +0000 (22:29 -0400)
commit2aa680397067d7a10eaffedcc64dedc1fb248943
tree6ac486e87780c2aaeb3b77290ee54e189ebc0973
parentdf2d6e8cffd6d9d11edbc5350a5704584330862f
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