From: Christoph Hellwig Date: Mon, 23 Apr 2012 05:58:36 +0000 (+1000) Subject: xfs: do not write the buffer from xfs_iflush X-Git-Tag: v3.5-rc1~91^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c46819a8097a75d3b378c5e56d2bcf47bb7408d;p=pandora-kernel.git xfs: do not write the buffer from xfs_iflush Instead of writing the buffer directly from inside xfs_iflush return it to the caller and let the caller decide what to do with the buffer. Also remove the pincount check in xfs_iflush that all non-blocking callers already implement and the now unused flags parameter. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed