git: sys/vfs/hammer2: modify inode's ctime after successful chmod()

Daniel Fojt deef at crater.dragonflybsd.org
Thu Feb 18 02:47:08 PST 2021


commit 787d1445faa4134d9dfe0df86edd6d79f6dc2994
Author: Daniel Fojt <df at neosystem.org>
Date:   Wed Jan 13 21:29:39 2021 +0100

    sys/vfs/hammer2: 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/hammer2/hammer2_vnops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/787d1445faa4134d9dfe0df86edd6d79f6dc2994


-- 
DragonFly BSD source repository



More information about the Commits mailing list