diff options
author | Brian Behlendorf <[email protected]> | 2015-05-07 17:12:49 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-05-11 09:51:57 -0700 |
commit | f9cab372917983805e14154df0720d21333326c3 (patch) | |
tree | 06483f2190c90b0ad59e24580ad14888750fa293 /module/zfs/metaslab.c | |
parent | 16fcdea36340c658b4557fd34a74915fd618f7a6 (diff) |
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 <[email protected]>
Diffstat (limited to 'module/zfs/metaslab.c')
-rw-r--r-- | module/zfs/metaslab.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -138,12 +138,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. */ int metaslab_load_pct = 50; |