git: kernel - Rename spinlock counter trick API
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Mar 3 20:06:41 PST 2020
commit c065b635516aa6b5a227b7919da255088169b713
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Mar 3 20:06:12 2020 -0800
kernel - Rename spinlock counter trick API
* Rename the access side of the API from spin_update_*() to
spin_access_*() to avoid confusion.
Summary of changes:
sys/kern/vfs_cache.c | 6 +++---
sys/kern/vfs_vnops.c | 3 +++
sys/sys/spinlock2.h | 14 +++++++-------
sys/vfs/hammer2/hammer2_vnops.c | 12 ++++++------
4 files changed, 19 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c065b635516aa6b5a227b7919da255088169b713
--
DragonFly BSD source repository
More information about the Commits
mailing list