mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-31 02:44:59 +03:00
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 <behlendorf1@llnl.gov>
This commit is contained in:
parent
16fcdea363
commit
f9cab37291
@ -137,12 +137,6 @@ uint64_t metaslab_df_alloc_threshold = SPA_MAXBLOCKSIZE;
|
|||||||
*/
|
*/
|
||||||
int metaslab_df_free_pct = 4;
|
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.
|
* Percentage of all cpus that can be used by the metaslab taskq.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user