commit | 572a4cf04ac7f46e9206aabfef03dae602812341 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Sep 18 20:41:04 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:07 2011 -0500 |
tree | c548aecf511c86a4d8b47ef12c6a44a8d416aa5c | |
parent | c315c90b7d530d1ec3c226052e153b0cffa512c8 [diff] |
xfs: pass bmalloca to xfs_bmap_add_extent_delay_real All the parameters passed to xfs_bmap_add_extent_delay_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>