From: David Chinner Date: Thu, 10 Apr 2008 02:21:32 +0000 (+1000) Subject: [XFS] Make xfs_alloc_compute_aligned() void. X-Git-Tag: v2.6.26-rc1~1147^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12375c82375ec39ec948a3ad62e5e77533515e83;p=pandora-kernel.git [XFS] Make xfs_alloc_compute_aligned() void. xfs_alloc_compute_aligned() returns a value based on a comparison of the computed extent length and the minimum length allowed. This is only used by some callers - the other four return parameters are used more often. Hence move the comparison to the code that actually needs to do it and make xfs_alloc_compute_aligned() a void function. SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30797a Signed-off-by: David Chinner Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed