commit | c6534249851d062113ab4d8d226be8dba8ecb92e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Sep 18 20:41:05 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:07 2011 -0500 |
tree | a838779512f25dfe93b4aaa506ca5c895db6f28a | |
parent | 572a4cf04ac7f46e9206aabfef03dae602812341 [diff] |
xfs: pass bmalloca to xfs_bmap_add_extent_hole_real All the parameters passed to xfs_bmap_add_extent_hole_real() are in the xfs_bmalloca structure now. Just pass the bmalloca parameter to the function instead of 8 separate parameters. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>