commit e00b9e51ade2c4ced7c6fd860e5e58dcbcc09907
Author: Tomohiro Kusumi <[email protected]>
Date: Mon Jun 6 19:13:33 2022 +0900
usr.sbin/makefs: Rename vnode::logical,vflushed,malloced to start with v_
Almost all vnode fields in sys/sys/vnode.h start with v_,
so follow that naming rule in makefs(8) vnode as well.
These fields are currently only used by HAMMER2.
Summary of changes:
usr.sbin/makefs/ffs/buf.c | 12 ++++++------
usr.sbin/makefs/ffs/buf.h | 6 +++---
usr.sbin/makefs/hammer2/hammer2_buf.c | 3 +--
usr.sbin/makefs/hammer2/hammer2_compat.h | 6 +++---
usr.sbin/makefs/hammer2/hammer2_inode.c | 6 +++---
5 files changed, 16 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e00b9e51ade2c4ced7c6fd860e5e58dcbcc09907
--
DragonFly BSD source repository