[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
authorBadari Pulavarty <pbadari@us.ibm.com>
Sun, 1 Oct 2006 06:28:47 +0000 (23:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:28 +0000 (00:39 -0700)
commitee0b3e671baff681d69fbf0db33b47603c0a8280
tree3202ff815b2196c6c353bc5b28d7a2800df273ec
parent027445c37282bc1ed26add45e573ad2d3e4860a5
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead

This patch removes readv() and writev() methods and replaces them with
aio_read()/aio_write() methods.

Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
21 files changed:
drivers/char/raw.c
drivers/net/tun.c
fs/bad_inode.c
fs/block_dev.c
fs/cifs/cifsfs.c
fs/compat.c
fs/ext2/file.c
fs/ext3/file.c
fs/fat/file.c
fs/fuse/dev.c
fs/hostfs/hostfs_kern.c
fs/jfs/file.c
fs/ntfs/file.c
fs/pipe.c
fs/read_write.c
fs/read_write.h [new file with mode: 0644]
fs/xfs/linux-2.6/xfs_file.c
include/linux/fs.h
mm/filemap.c
net/socket.c
sound/core/pcm_native.c