commit | ba2066351b630f0205ebf725f5c81a2a07a77cd7 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Fri Mar 26 10:08:59 2010 +0800 |
committer | Tao Ma <tao.ma@oracle.com> | Fri Mar 26 10:08:59 2010 +0800 |
tree | 033395fc2b1679cc17fa72751e7f1837d42aee69 | |
parent | 1ed9b777f77929ae961d6f9cdf828a07200ba71c [diff] |
ocfs2: Return allocated metadata blknos on the ocfs2_suballoc_result. Rather than calculating the resulting block number, return it on the ocfs2_suballoc_result structure. This way we can calculate block numbers for discontiguous block groups. Cluster groups keep doing it the old way. Signed-off-by: Joel Becker <joel.becker@oracle.com>