-
- Downloads
[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>
Showing
- drivers/char/raw.c 0 additions, 2 deletionsdrivers/char/raw.c
- drivers/net/tun.c 10 additions, 27 deletionsdrivers/net/tun.c
- fs/bad_inode.c 0 additions, 2 deletionsfs/bad_inode.c
- fs/block_dev.c 0 additions, 2 deletionsfs/block_dev.c
- fs/cifs/cifsfs.c 0 additions, 16 deletionsfs/cifs/cifsfs.c
- fs/compat.c 11 additions, 33 deletionsfs/compat.c
- fs/ext2/file.c 0 additions, 2 deletionsfs/ext2/file.c
- fs/ext3/file.c 0 additions, 2 deletionsfs/ext3/file.c
- fs/fat/file.c 0 additions, 2 deletionsfs/fat/file.c
- fs/fuse/dev.c 10 additions, 27 deletionsfs/fuse/dev.c
- fs/hostfs/hostfs_kern.c 0 additions, 2 deletionsfs/hostfs/hostfs_kern.c
- fs/jfs/file.c 0 additions, 2 deletionsfs/jfs/file.c
- fs/ntfs/file.c 0 additions, 2 deletionsfs/ntfs/file.c
- fs/pipe.c 22 additions, 37 deletionsfs/pipe.c
- fs/read_write.c 67 additions, 34 deletionsfs/read_write.c
- fs/read_write.h 14 additions, 0 deletionsfs/read_write.h
- fs/xfs/linux-2.6/xfs_file.c 0 additions, 94 deletionsfs/xfs/linux-2.6/xfs_file.c
- include/linux/fs.h 0 additions, 6 deletionsinclude/linux/fs.h
- mm/filemap.c 0 additions, 36 deletionsmm/filemap.c
- net/socket.c 0 additions, 40 deletionsnet/socket.c
Loading
Please register or sign in to comment