Merge branch 'gcc-unused' into refs/top-bases/gcc-branch

This commit is contained in:
Brian Behlendorf 2009-07-07 16:30:54 -07:00
commit 24daf7747f
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,7 @@ metaslab_block_picker(avl_tree_t *t, uint64_t *cursor, uint64_t size,
return (metaslab_block_picker(t, cursor, size, align)); return (metaslab_block_picker(t, cursor, size, align));
} }
#if 0
/* /*
* ========================================================================== * ==========================================================================
* The first-fit block allocator * The first-fit block allocator
@ -310,6 +311,7 @@ static space_map_ops_t metaslab_ff_ops = {
metaslab_ff_free, metaslab_ff_free,
NULL /* maxsize */ NULL /* maxsize */
}; };
#endif
/* /*
* Dynamic block allocator - * Dynamic block allocator -