Page MenuHomeFreeBSD

swap_pager: fix assert in seek_data
ClosedPublic

Authored by dougm on Thu, Oct 24, 10:11 PM.
Tags
None
Referenced Files
F101285271: D47278.id145441.diff
Sun, Oct 27, 5:34 AM
F101285000: D47278.id145442.diff
Sun, Oct 27, 5:27 AM
F101279930: D47278.diff
Sun, Oct 27, 3:22 AM
Unknown Object (File)
Fri, Oct 25, 1:03 AM
Unknown Object (File)
Fri, Oct 25, 12:25 AM
Unknown Object (File)
Thu, Oct 24, 11:05 PM
Subscribers

Details

Summary

An assertion that an object was write-locked should be instead an assertion that the object is read locked.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm created this revision.

Jenkins says:
sys/fs/tmpfs/times_test:holey -> panic: Lock vmobject not exclusively locked @ /usr/src/sys/vm/swap_pager.c:2490

This revision was not accepted when it landed; it landed in state Needs Review.Thu, Oct 24, 11:05 PM
This revision was automatically updated to reflect the committed changes.