From: Christoph Hellwig Date: Fri, 10 Dec 2010 08:42:20 +0000 (+0000) Subject: xfs: kill xfs_iomap X-Git-Tag: v2.6.38-rc1~44^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a206c817c864583c44e2f418db8e6c7a000fbc38;p=pandora-kernel.git xfs: kill xfs_iomap Opencode the xfs_iomap code in it's two callers. The overlap of passed flags already was minimal and will be further reduced in the next patch. As a side effect the BMAPI_* flags for xfs_bmapi and the IO_* flags for I/O end processing are merged into a single set of flags, which should be a bit more descriptive of the operation we perform. Also improve the tracing by giving each caller it's own type set of tracepoints. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed