commit | a57c8fd2ad238258cc983049008aea5f985804b2 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Tue Mar 16 21:01:00 2010 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Wed May 05 18:17:31 2010 -0700 |
tree | 2d9142401ca7a03df6edaefcc3fd937f2f24fc8d | |
parent | 33d5d380d667ad264675cfdb297dfc3c5b6542cc [diff] |
ocfs2: remove ocfs2_local_alloc_in_range() Inodes are always allocated from the global bitmap now so we don't need this any more. Also, the existing implementation bounces reservations around needlessly. Signed-off-by: Mark Fasheh <mfasheh@suse.com>