First fit allocator unused comment it out.

This commit is contained in:
Brian Behlendorf 2009-07-07 16:23:09 -07:00
parent 9550da2ba6
commit 10dcf485d3
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));
}
#if 0
/*
* ==========================================================================
* The first-fit block allocator
@ -310,6 +311,7 @@ static space_map_ops_t metaslab_ff_ops = {
metaslab_ff_free,
NULL /* maxsize */
};
#endif
/*
* Dynamic block allocator -