You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let set_times path atime mtime =
(* TODO: this can block on Unix.utimes and we shouldn't but
Lwt_unix does not yet wrap Unix.utimes. *)
(* NOTE: The behavior of this is slightly wrong as 'any' means
"don't change" but 0 means "set to now". *)
but we are not setting, only reading (?) so this shouldn't matter.
The text was updated successfully, but these errors were encountered:
Running main.native server, mounting with Ubuntu 16.04.2 kernel 9p client:
Consecutive stats are OK, except for access/modify/change times which are seemingly random. For example, two consecutive stats:
Intentional behaviour? Or bug?
lofs9p.ml has the following:
but we are not setting, only reading (?) so this shouldn't matter.
The text was updated successfully, but these errors were encountered: