Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157123160
D23627.id68739.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
788 B
Referenced Files
None
Subscribers
None
D23627.id68739.diff
View Options
Index: head/sys/fs/fuse/fuse_main.c
===================================================================
--- head/sys/fs/fuse/fuse_main.c
+++ head/sys/fs/fuse/fuse_main.c
@@ -105,8 +105,10 @@
.vfc_flags = VFCF_JAIL | VFCF_SYNTHETIC
};
-SYSCTL_NODE(_vfs, OID_AUTO, fusefs, CTLFLAG_RW, 0, "FUSE tunables");
-SYSCTL_NODE(_vfs_fusefs, OID_AUTO, stats, CTLFLAG_RW, 0, "FUSE statistics");
+SYSCTL_NODE(_vfs, OID_AUTO, fusefs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
+ "FUSE tunables");
+SYSCTL_NODE(_vfs_fusefs, OID_AUTO, stats, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
+ "FUSE statistics");
SYSCTL_INT(_vfs_fusefs, OID_AUTO, kernelabi_major, CTLFLAG_RD,
SYSCTL_NULL_INT_PTR, FUSE_KERNEL_VERSION, "FUSE kernel abi major version");
SYSCTL_INT(_vfs_fusefs, OID_AUTO, kernelabi_minor, CTLFLAG_RD,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 2:46 PM (2 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33307353
Default Alt Text
D23627.id68739.diff (788 B)
Attached To
Mode
D23627: Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (M of N)
Attached
Detach File
Event Timeline
Log In to Comment