]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs: use read_iter and write_iter rather than aio_read and aio_write
authorDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 14 Jun 2013 20:54:21 +0000 (15:54 -0500)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 9 Aug 2013 21:43:38 +0000 (16:43 -0500)
commite54ff2e338a448541a2783a940f2adb8344f5fb4
tree1bfb09c337078e03d4c7522514205f7412aec9c9
parentd3267ad39dc58a6fd963fb58d359d7abd531b21f
fs: use read_iter and write_iter rather than aio_read and aio_write

File systems implementing read_iter & write_iter should not be required
to keep aio_read and aio_write as well. The vfs should always call
read/write_iter if they exist. This will make it easier to remove the
aio_read/write operation in the future.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Cc: Zach Brown <zab@zabbo.net>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
fs/aio.c
fs/bad_inode.c
fs/internal.h
fs/read_write.c
include/linux/fs.h