commit | 86fa8af69d8e90b7b40b8dab84d168527143ae20 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Mar 04 12:59:54 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed Mar 09 08:23:33 2011 -0600 |
tree | ed2b3b20570556a296c4be015d0e78a1fb527d66 | |
parent | 9130090b5f04f7e7bc29b944e0b1ba494fff3f98 [diff] |
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 <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>