[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)
authorBadari Pulavarty <pbadari@us.ibm.com>
Sun, 1 Oct 2006 06:38:50 +0000 (23:38 -0700)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Oct 2006 13:02:12 +0000 (09:02 -0400)
commit9c9eb21eee1790804ce407fd820f65be0b4fdd03
tree6136d68b6fdfc4c55c6fc8e0032bd68d6f7e3bc8
parent59458f40e25915a355d8b1d701425fe9f4f9ea23
[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)

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: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_file.c