oliverkurth / rhizofs

Remote filesystem based on Linux FUSE (Filesystem in userspace), zeromq and Googles Protocol Buffers library.
Other
6 stars 0 forks source link

does not update file stamp #1

Open oliverkurth opened 2 years ago

oliverkurth commented 2 years ago

Edit a file in mounted directory using a text editor, notice that changes are updated but not the timestamp. GThis filke was just updated:

okurth@photon-ova-uefi [ ~/projects/tdnf ]$  (topic/okurth/history)$ ls -l history/history.c 
-rw-r----- 1 okurth users 23137 Apr 15 23:37 history/history.c
okurth@photon-ova-uefi [ ~/projects/tdnf ]$  (topic/okurth/history)$ date
Mon Apr 18 20:34:47 UTC 2022

This is an issue when using make.

oliverkurth commented 12 months ago

This issue seems to be limited to textmate https://github.com/textmate/textmate . It looks like it's calling utimens() to reset the change time.