diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2007-06-25 14:53:33 -0700 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2007-07-10 17:31:56 -0700 |
commit | 1f6697d072e6fd0b332a4301c21060dcb89bd623 (patch) | |
tree | 26fd1121b851433856ee128810ab425408b19f4f /fs/ocfs2/suballoc.c | |
parent | 59a5e416d1ab543a5248a2b34d83202c4d55d132 (diff) | |
download | blackbird-op-linux-1f6697d072e6fd0b332a4301c21060dcb89bd623.tar.gz blackbird-op-linux-1f6697d072e6fd0b332a4301c21060dcb89bd623.zip |
ocfs2: use all extent block suballocators
Now that we have a method to deallocate blocks from them, each node should
allocate extent blocks from their local suballocator file.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/suballoc.c')
-rw-r--r-- | fs/ocfs2/suballoc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c index 82bf12f887a6..d9c5c9fcb30f 100644 --- a/fs/ocfs2/suballoc.c +++ b/fs/ocfs2/suballoc.c @@ -488,13 +488,7 @@ int ocfs2_reserve_new_metadata(struct ocfs2_super *osb, (*ac)->ac_bits_wanted = ocfs2_extend_meta_needed(fe); (*ac)->ac_which = OCFS2_AC_USE_META; - -#ifndef OCFS2_USE_ALL_METADATA_SUBALLOCATORS - slot = 0; -#else slot = osb->slot_num; -#endif - (*ac)->ac_group_search = ocfs2_block_group_search; status = ocfs2_reserve_suballoc_bits(osb, (*ac), |