[Bug 270842] nfsclient sees out-of-date metadata until stat(1)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Apr 2023 20:32:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270842

--- Comment #7 from Alan Somers <asomers@FreeBSD.org> ---
(In reply to Rick Macklem from comment #6)
Perhaps git and cargo are using fstat() instead of stat().  However, they
aren't long-running programs; they're CLI utilities.  So if they're doing
fstat(), then they must also do some variety of open().  Wouldn't that also
have to do a Lookup if there's a miss in the name cache?

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