Page MenuHomeFreeBSD

device_pager: Assert that the handle is not NULL
ClosedPublic

Authored by jhb on Mar 12 2025, 7:58 PM.
Tags
None
Referenced Files
F173223493: D49333.id152228.diff
Thu, Sep 24, 10:56 AM
Unknown Object (File)
Wed, Sep 16, 7:24 AM
Unknown Object (File)
Wed, Sep 9, 3:15 PM
Unknown Object (File)
Tue, Sep 8, 1:55 AM
Unknown Object (File)
Sun, Sep 6, 10:54 AM
Unknown Object (File)
Sun, Sep 6, 3:30 AM
Unknown Object (File)
Sun, Sep 6, 3:11 AM
Unknown Object (File)
Sat, Sep 5, 7:16 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62890
Build 59774: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Mar 12 2025, 7:58 PM
kib added inline comments.
sys/vm/device_pager.c
143

This check looks somewhat dubious for me. Might be it should be also converted into the assert.

This revision is now accepted and ready to land.Mar 12 2025, 10:06 PM
This revision was automatically updated to reflect the committed changes.