xfs: remove wrappers for read/write file operations
authorChristoph Hellwig <hch@infradead.org>
Mon, 15 Feb 2010 09:44:47 +0000 (09:44 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 1 Mar 2010 22:34:29 +0000 (16:34 -0600)
Currently the aio_read, aio_write, splice_read and splice_write file
operations are divided into a low-level routine doing all the work
and one that implements the Linux file operations and does minimal
argument wrapping.  This is a leftover from the days of the vnode
operations layer and can be removed to simplify the code a lot.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found