From: Christoph Hellwig Date: Fri, 4 Mar 2011 12:59:54 +0000 (+0000) Subject: xfs: clean up the xfs_alloc_compute_aligned calling convention X-Git-Tag: v2.6.39-rc1~394^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86fa8af69d8e90b7b40b8dab84d168527143ae20;p=pandora-kernel.git xfs: clean up the xfs_alloc_compute_aligned calling convention Pass a xfs_alloc_arg structure to xfs_alloc_compute_aligned and derive the alignment and minlen paramters from it. This cleans up the existing callers, and we'll need even more information from the xfs_alloc_arg in subsequent patches. Based on a patch from Dave Chinner. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed