[Bug 279138] NFS and NFSUPG and BUFWAIT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 23:57:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279138 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. -- You are receiving this mail because: You are the assignee for the bug.