]> granicus.if.org Git - zfs/commitdiff
First fit allocator unused comment it out.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Jul 2009 23:23:09 +0000 (16:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Jul 2009 23:23:09 +0000 (16:23 -0700)
module/zfs/metaslab.c

index 77556ac5d71cd718ef918343a08851c4cdf85495..bbe59f834a092e3bf0b40d58609417ef03299d59 100644 (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 -