From f9cab372917983805e14154df0720d21333326c3 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 7 May 2015 17:12:49 -0700 Subject: Remove metaslab_min_alloc_size module option The metaslab_min_alloc_size option is no longer used in the code. This functionality was removed by commit f3a7f66 and the module options should have been dropped at that time. Signed-off-by: Brian Behlendorf --- module/zfs/metaslab.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'module/zfs/metaslab.c') diff --git a/module/zfs/metaslab.c b/module/zfs/metaslab.c index 311465ebc..164b6b87e 100644 --- a/module/zfs/metaslab.c +++ b/module/zfs/metaslab.c @@ -137,12 +137,6 @@ uint64_t metaslab_df_alloc_threshold = SPA_MAXBLOCKSIZE; */ int metaslab_df_free_pct = 4; -/* - * A metaslab is considered "free" if it contains a contiguous - * segment which is greater than metaslab_min_alloc_size. - */ -uint64_t metaslab_min_alloc_size = DMU_MAX_ACCESS; - /* * Percentage of all cpus that can be used by the metaslab taskq. */ -- cgit v1.2.3