Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2022 20:48:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261434] [fusefs] mtime and ctime changed on every read file
Message-ID:  <bug-261434-227-7HCnkWbHjD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261434-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261434-227@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=3D261434

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

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/   whe=
el)
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/   whe=
el)
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

--=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-261434-227-7HCnkWbHjD>