Page MenuHomeFreeBSD

swap_pager: fix assert in seek_data
ClosedPublic

Authored by dougm on Thu, Oct 24, 10:11 PM.
Tags
None
Referenced Files
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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.