[Bug 277538] panic: vm_page_assert_unbusied: busy_lock owned by me

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Apr 2024 13:15:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277538

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=4696650782e2e5cf7ae5823f1de04550c05b5b75

commit 4696650782e2e5cf7ae5823f1de04550c05b5b75
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-08 13:02:48 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-08 13:02:48 +0000

    swap_pager: Unbusy readahead pages after an I/O error

    The swap pager itself allocates readahead pages, so should take care to
    unbusy them after a read error, just as it does in the non-error case.

    PR:             277538
    Reviewed by:    olce, dougm, alc, kib
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D44646

 sys/vm/swap_pager.c | 3 +++
 1 file changed, 3 insertions(+)

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