xfs: kill xfs_iomap
authorChristoph Hellwig <hch@infradead.org>
Fri, 10 Dec 2010 08:42:20 +0000 (08:42 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 16 Dec 2010 22:05:51 +0000 (16:05 -0600)
commita206c817c864583c44e2f418db8e6c7a000fbc38
tree71c7327482299de93b4183c23d118939e8bd30fc
parent405f80429436d38ab4e6b4c0d99861a1f00648fd
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 <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_aops.h
fs/xfs/linux-2.6/xfs_trace.h
fs/xfs/xfs_iomap.c
fs/xfs/xfs_iomap.h