git: sys/vfs/hammer: modify inode's ctime after successful chmod()
Daniel Fojt
deef at crater.dragonflybsd.org
Thu Feb 18 02:47:08 PST 2021
commit cf4606c027aaaa4f21c8a3a508b50893683e4064
Author: Daniel Fojt <df at neosystem.org>
Date: Wed Jan 13 21:35:26 2021 +0100
sys/vfs/hammer: modify inode's ctime after successful chmod()
On successful completion of chmod() (ie. the call is gonna return 0),
modify inode's ctime.
Issue: https://bugs.dragonflybsd.org/issues/3251
Link: https://pubs.opengroup.org/onlinepubs/9699919799/functions/chmod.html
Summary of changes:
sys/vfs/hammer/hammer_vnops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf4606c027aaaa4f21c8a3a508b50893683e4064
--
DragonFly BSD source repository
More information about the Commits
mailing list