diff options
author | David Chinner <dgc@sgi.com> | 2008-04-10 12:21:32 +1000 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-04-18 11:58:36 +1000 |
commit | 12375c82375ec39ec948a3ad62e5e77533515e83 (patch) | |
tree | 0122f66735d75583dcb6267be96175271a1e81d3 /fs/compat.c | |
parent | f4586e40613a9f8bb9f7f9c8a796062a9ab1614c (diff) |
[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 <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/compat.c')
0 files changed, 0 insertions, 0 deletions