Skip to content

Commit

Permalink
xfs: remove wrappers for read/write file operations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed Mar 1, 2010
1 parent dda35b8 commit 00258e3
Showing 1 changed file with 114 additions and 171 deletions.
Loading

0 comments on commit 00258e3

Please sign in to comment.