commit | 1b16447ba24ae39c7fe7133fcdcb4f174dec1901 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Sun Sep 18 20:40:55 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:05 2011 -0500 |
tree | 5c5f6c00bfe189882a7ba170466b1904c66e74ae | |
parent | a5bd606ba65f24e5990edfc0e7b52702720ee6fa [diff] |
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>