xfs: small cleanups for xfs_iomap / __xfs_get_blocks
authorChristoph Hellwig <hch@infradead.org>
Thu, 24 Jun 2010 01:44:35 +0000 (11:44 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:42 +0000 (13:16 -0500)
commitf2bde9b89b4d67c9bc3b963cb996f449ddcd27a4
tree3f5ce631c4f0057776bdf38fcde1b34b359f3376
parent3070451eea1ed8e3bde0573183c7d8ac25fd5e97
xfs: small cleanups for xfs_iomap / __xfs_get_blocks

Remove the flags argument to  __xfs_get_blocks as we can easily derive
it from the direct argument, and remove the unused BMAPI_MMAP flag.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_iomap.h