git: kernel - Update vfs_cache to use fcmpset
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Mar 2 17:29:11 PST 2020
commit 8251e43eeb9e30426f67f549001a077a32bd4269
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list