From: Christoph Hellwig Date: Mon, 15 Feb 2010 09:44:48 +0000 (+0000) Subject: xfs: remove wrapper for the fsync file operation X-Git-Tag: v2.6.34-rc1~26^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3200bef7d66ed3924f72c79a465fb7ff85478a;p=pandora-kernel.git xfs: remove wrapper for the fsync file operation Currently the fsync file operation is divided into a low-level routine doing all the work and one that implements the Linux file operation 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 bit, as well as preparing for the implementation of an optimized fdatasync which needs to look at the Linux inode state. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed