Date: Tue, 21 May 2024 23:57:18 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 279138] NFS and NFSUPG and BUFWAIT Message-ID: <bug-279138-3630-Sp2KbSTC4F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279138-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-279138-3630@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=3D279138 Rick Macklem <rmacklem@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|fs@FreeBSD.org |rmacklem@FreeBSD.org --- Comment #9 from Rick Macklem <rmacklem@FreeBSD.org> --- Ok, thanks for letting us know. I'll revert the commit (it is only in main and was basically just cleanup). I will leave this open for a while, since I suspect readahead just hides the lockups. (I'll think about the LORs.) Basically, readahead means that the read of the next directory block begins before the buffer lock is released for the previous block and before the vnode lock on the directory vnode is unlocked, if I recall the code correctly. --=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-279138-3630-Sp2KbSTC4F>