commit | 9a219bc70b54523c8f14a3c957179854785ee97c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 03 22:10:20 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 11 22:29:42 2015 -0400 |
tree | 6ac486e87780c2aaeb3b77290ee54e189ebc0973 | |
parent | 6c09e94a32e1094983d39879b9e8ccf9ffdcfa36 [diff] |
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>