Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160534925
D57721.id180209.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
953 B
Referenced Files
None
Subscribers
None
D57721.id180209.diff
View Options
diff --git a/sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c b/sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c
--- a/sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c
+++ b/sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c
@@ -512,19 +512,6 @@
return (param_set_active_allocator_common(buf));
}
-/*
- * The in-core space map representation is more compact than its on-disk form.
- * The zfs_metaslab_condense_pct determines how much more compact the in-core
- * space map representation must be before we compact it on-disk.
- * Values should be greater than or equal to 100.
- */
-extern uint_t zfs_metaslab_condense_pct;
-
-SYSCTL_UINT(_vfs_zfs_metaslab, OID_AUTO, condense_pct,
- CTLFLAG_RWTUN, &zfs_metaslab_condense_pct, 0,
- "Condense on-disk spacemap when it is more than this many percents"
- " of in-memory counterpart");
-
extern uint_t zfs_remove_max_segment;
SYSCTL_UINT(_vfs_zfs, OID_AUTO, remove_max_segment,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 26, 10:39 AM (8 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34184472
Default Alt Text
D57721.id180209.diff (953 B)
Attached To
Mode
D57721: zfs: drop duplicate vfs.zfs.metaslab.condense_pct sysctl
Attached
Detach File
Event Timeline
Log In to Comment