Date: Tue, 19 Sep 2023 21:23:33 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 273942] fusefs(5): read operation changes ctime on FUSE filesystems Message-ID: <bug-273942-3630-0BzOzv6e3u@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273942-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-273942-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273942 --- 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 ct= ime 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? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273942-3630-0BzOzv6e3u>