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
Unknown Object (File)
Sun, Mar 29, 5:28 AM
Unknown Object (File)
Sat, Mar 28, 4:53 PM
Unknown Object (File)
Sat, Mar 28, 11:50 AM
Unknown Object (File)
Fri, Mar 27, 7:29 AM
Unknown Object (File)
Wed, Mar 25, 12:44 PM
Unknown Object (File)
Wed, Mar 18, 12:09 AM
Unknown Object (File)
Tue, Mar 17, 11:30 PM
Unknown Object (File)
Sat, Mar 7, 3:32 AM
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.