mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Fix style
A minor style issue was accidentally introduced by aa7d06a
.
This change resolves that style problem.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
aa7d06a98a
commit
1ce0457348
@ -2118,5 +2118,6 @@ module_param(metaslab_debug_load, int, 0644);
|
|||||||
MODULE_PARM_DESC(metaslab_debug_load, "load all metaslabs during pool import");
|
MODULE_PARM_DESC(metaslab_debug_load, "load all metaslabs during pool import");
|
||||||
|
|
||||||
module_param(metaslab_debug_unload, int, 0644);
|
module_param(metaslab_debug_unload, int, 0644);
|
||||||
MODULE_PARM_DESC(metaslab_debug_unload, "prevent metaslabs from being unloaded");
|
MODULE_PARM_DESC(metaslab_debug_unload,
|
||||||
|
"prevent metaslabs from being unloaded");
|
||||||
#endif /* _KERNEL && HAVE_SPL */
|
#endif /* _KERNEL && HAVE_SPL */
|
||||||
|
Loading…
Reference in New Issue
Block a user