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)
Wed, Apr 22, 8:40 PM
Unknown Object (File)
Sun, Apr 19, 8:02 AM
Unknown Object (File)
Sat, Apr 11, 2:31 PM
Unknown Object (File)
Sat, Apr 11, 12:30 AM
Unknown Object (File)
Fri, Apr 10, 7:36 PM
Unknown Object (File)
Fri, Apr 10, 4:26 AM
Unknown Object (File)
Fri, Apr 10, 3:26 AM
Unknown Object (File)
Sun, Apr 5, 6:22 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.