[Bug 273942] fusefs(5): read operation changes ctime on FUSE filesystems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 21:23:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273942 --- Comment #8 from John F. Carr <jfc@mit.edu> --- (In reply to Alan Somers from comment #7) It is apparently the responsibility of each VFS implementation to update ctime in response to a utimes() call. In devfs_setattr there is a call to vfs_timestamp. In ufs_setattr there is an invocation of UFS_INODE_SET_FLAG. I don't see anything in fuse_vnop_setattr() that would update ctime when a program calls utimes(). Is there a spec saying whether it is or is not the responsibility of the fusefs server program to do it? -- You are receiving this mail because: You are the assignee for the bug.