xfs: pass bmalloca structure to xfs_bmap_isaeof
commit1b16447ba24ae39c7fe7133fcdcb4f174dec1901
authorDave Chinner <dchinner@redhat.com>
Sun, 18 Sep 2011 20:40:55 +0000 (18 20:40 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:05 +0000 (11 21:15 -0500)
tree5c5f6c00bfe189882a7ba170466b1904c66e74ae
parenta5bd606ba65f24e5990edfc0e7b52702720ee6fa
xfs: pass bmalloca structure to xfs_bmap_isaeof

All the variables xfs_bmap_isaeof() is passed are contained within
the xfs_bmalloca structure. Pass that instead.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c