[Bug 282449] UFS deadlock with install -S during freebsd-update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 19:36:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282449
--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d0b41249bfbe4481baec8f1659468ffbb30388ab
commit d0b41249bfbe4481baec8f1659468ffbb30388ab
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-11-12 06:24:03 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-11-13 19:35:02 +0000
bufwrite(): adjust the comment
The statement about 'do not deadlock there' is false, since this write
might need other writes to finish, which cannot be started due to
runningbufspace.
PR: 282449
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
sys/kern/vfs_bio.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.