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

Daniel Fojt deef at crater.dragonflybsd.org
Thu Feb 18 03:02:43 PST 2021


commit d96b57b45eed425be633542c7dbc865bc7300cad
Author: Daniel Fojt <df at neosystem.org>
Date:   Thu Feb 18 11:53:12 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/d96b57b45eed425be633542c7dbc865bc7300cad


-- 
DragonFly BSD source repository


More information about the Commits mailing list