From: Christoph Hellwig Date: Mon, 15 Feb 2010 09:44:47 +0000 (+0000) Subject: xfs: remove wrappers for read/write file operations X-Git-Tag: v2.6.34-rc1~26^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00258e36b2d33b1b5cef7b489e06c5e0a9df58b5;p=pandora-kernel.git xfs: remove wrappers for read/write file operations 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed