commit | ee0b3e671baff681d69fbf0db33b47603c0a8280 | [log] [tgz] |
---|---|---|
author | Badari Pulavarty <pbadari@us.ibm.com> | Sat Sep 30 23:28:47 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:28 2006 -0700 |
tree | 3202ff815b2196c6c353bc5b28d7a2800df273ec | |
parent | 027445c37282bc1ed26add45e573ad2d3e4860a5 [diff] |
[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>