git: usr.sbin/makefs/hammer2: Remove redundant hammer2_inode_modify()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Jun 20 00:10:00 PDT 2023
commit ba024da80b160ff9468f2131c04195c0d2b8d637
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Tue Jun 20 00:15:25 2023 -0700
usr.sbin/makefs/hammer2: Remove redundant hammer2_inode_modify()
The inode setxxx ioctls don't need hammer2_inode_modify() for
intermediate directories.
The inode destroy ioctl needs hammer2_inode_modify() at least
for a direct parent directory of destroy target.
Summary of changes:
usr.sbin/makefs/hammer2.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba024da80b160ff9468f2131c04195c0d2b8d637
--
DragonFly BSD source repository
More information about the Commits
mailing list