vfs_bio: mark uma zone pointer __read_mostly

Reviewed by:	kib, olce
Sponsored by:	Dell Inc.
Differential Revision:	https://reviews.freebsd.org/D56949
This commit is contained in:
Ryan Libby
2026-05-13 10:43:21 -07:00
parent 2a56cedac2
commit e30e507a77
+1 -1
View File
@@ -405,7 +405,7 @@ struct bufqueue __exclusive_cache_line bqempty;
/*
* per-cpu empty buffer cache.
*/
uma_zone_t buf_zone;
uma_zone_t __read_mostly buf_zone;
static int
sysctl_runningspace(SYSCTL_HANDLER_ARGS)