[Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 May 2021 17:14:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238565 --- Comment #11 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Kirk McKusick from comment #10) I think we can do somewhat simpler: just not panic in this situation. Then vgone() does another vinvalbuf() call without V_SAVE, which flushes everything. I put the minimal viable patch at https://reviews.freebsd.org/D30555 -- You are receiving this mail because: You are the assignee for the bug.