]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: pass bmalloca to xfs_bmap_add_extent_hole_real
authorChristoph Hellwig <hch@infradead.org>
Sun, 18 Sep 2011 20:41:05 +0000 (20:41 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:07 +0000 (21:15 -0500)
commitc6534249851d062113ab4d8d226be8dba8ecb92e
treea838779512f25dfe93b4aaa506ca5c895db6f28a
parent572a4cf04ac7f46e9206aabfef03dae602812341
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>
fs/xfs/xfs_bmap.c