git: sys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun May 10 05:53:00 PDT 2015
commit 371cb095cfbd4be09a76849d9b9ad961d5001e84
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sun May 10 07:45:08 2015 +0900
sys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK
- The previous commit has removed VFS_MPLOCK2 macro.
- VFS_MPLOCK1 is the only VFS_MPLOCK* macro now, so strip '1'
from VFS_MPLOCK1. It's confusing with '1' since VFS_MPUNLOCK
has no '1' as well with no numbered variants.
Summary of changes:
sys/kern/vfs_vfsops.c | 24 ++++++------
sys/kern/vfs_vopops.c | 100 +++++++++++++++++++++++++-------------------------
sys/sys/mount.h | 2 +-
3 files changed, 63 insertions(+), 63 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/371cb095cfbd4be09a76849d9b9ad961d5001e84
--
DragonFly BSD source repository
More information about the Commits
mailing list