commit | 027445c37282bc1ed26add45e573ad2d3e4860a5 | [log] [tgz] |
---|---|---|
author | Badari Pulavarty <pbadari@us.ibm.com> | Sat Sep 30 23:28:46 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:28 2006 -0700 |
tree | 93eab101a938ffebaea64703033c8649df4d73f0 | |
parent | 9ea0f9499d15c49df23e7aac4332d830c40e12d0 [diff] |
[PATCH] Vectorize aio_read/aio_write fileop methods This patch vectorizes aio_read() and aio_write() methods to prepare for collapsing all aio & vectored operations into one interface - which is aio_read()/aio_write(). Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Michael Holzheu <HOLZHEU@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>