[Bug 273215] nullfs: modification times incorrect, breaking make etc.

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 24 Aug 2023 23:14:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273215

John F. Carr <jfc@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfc@mit.edu

--- Comment #4 from John F. Carr <jfc@mit.edu> ---
Created attachment 244325
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244325&action=edit
unconditionally call ufs_itimes on close

The test seems to do the right thing if I use the version of ufs_close from
FreeBSD 14, which calls ufs_itimes unconditionally instead of testing
v_usecount.

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