From: Christoph Hellwig Date: Fri, 10 Dec 2010 08:42:19 +0000 (+0000) Subject: xfs: cleanup the xfs_iomap_write_* helpers X-Git-Tag: v2.6.38-rc1~44^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405f80429436d38ab4e6b4c0d99861a1f00648fd;p=pandora-kernel.git xfs: cleanup the xfs_iomap_write_* helpers Remove passing the BMAPI_* flags to these helpers, in xfs_iomap_write_direct the check BMAPI_DIRECT was always true, and in the xfs_iomap_write_delay path is was never checked at all. Remove the nmap return value as we never make use of it. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed