From: Christoph Hellwig Date: Sun, 18 Sep 2011 20:41:05 +0000 (+0000) Subject: xfs: pass bmalloca to xfs_bmap_add_extent_hole_real X-Git-Tag: v3.2-rc1~134^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6534249851d062113ab4d8d226be8dba8ecb92e;p=pandora-kernel.git 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed