commit | 8436318205b9f29e45db88850ec60e326327e241 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 04 01:14:53 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 11 22:29:43 2015 -0400 |
tree | 4339c116819e9e6d8e61a1876d9d0d08d0ee089c | |
parent | 1c65d98672e09a0cb28e1e9ae49e9d96355f522f [diff] [blame] |
->aio_read and ->aio_write removed no remaining users Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 4006483..e69274d 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting
@@ -480,3 +480,6 @@ [mandatory] do _not_ use new_sync_{read,write} for ->read/->write; leave it NULL instead. +-- +[mandatory] + ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.