[Bug 261434] [fusefs] mtime and ctime changed on every read file

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Jan 2022 20:48:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261434

--- Comment #4 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
That debug show that on file opened as RO some attributes changed before close.

root@rimwks:~# ls /home/rim/mnt/tmp/root/minipro/dist.sh
-rwxr-xr-x  1 root  wheel   748B Jan 24 23:45:46 2022
/home/rim/mnt/tmp/root/minipro/dist.sh*
root@rimwks:~# stat -x /home/rim/mnt/tmp/root/minipro/dist.sh
  File: "/home/rim/mnt/tmp/root/minipro/dist.sh"
  Size: 748          FileType: Regular File
  Mode: (0755/-rwxr-xr-x)         Uid: (    0/    root)  Gid: (    0/   wheel)
Device: 18446744073709551615,18446744073390784531   Inode: 4    Links: 1
Access: Mon Jan 24 23:45:46 2022
Modify: Mon Jan 24 23:45:46 2022
Change: Mon Jan 24 23:45:46 2022
 Birth: Thu Jan  1 02:59:59 1970
root@rimwks:~# cat /home/rim/mnt/tmp/root/minipro/dist.sh > /dev/null
root@rimwks:~# stat -x /home/rim/mnt/tmp/root/minipro/dist.sh
  File: "/home/rim/mnt/tmp/root/minipro/dist.sh"
  Size: 748          FileType: Regular File
  Mode: (0755/-rwxr-xr-x)         Uid: (    0/    root)  Gid: (    0/   wheel)
Device: 18446744073709551615,18446744073390784531   Inode: 4    Links: 1
Access: Mon Jan 24 23:46:13 2022
Modify: Mon Jan 24 23:46:13 2022
Change: Mon Jan 24 23:46:13 2022
 Birth: Thu Jan  1 02:59:59 1970

-- 
You are receiving this mail because:
You are the assignee for the bug.