commit 8251e43eeb9e30426f67f549001a077a32bd4269
Author: Matthew Dillon <[email protected]>
Date: Wed Feb 26 18:41:24 2020 -0800
kernel - Update vfs_cache to use fcmpset
* Update vfs_cache from using atomic_cmpset_*() to using
atomic_fcmpset_*().
Summary of changes:
sys/kern/vfs_cache.c | 97 ++++++++++++++++++++++++++--------------------------
1 file changed, 48 insertions(+), 49 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8251e43eeb9e30426f67f549001a077a32bd4269
--
DragonFly BSD source repository