Module Name: src Committed By: uebayasi Date: Tue Feb 2 18:49:23 UTC 2010
Modified Files: src/sys/uvm: uvm_fault.c Log Message: uobj->pgops->pgo_get doing PGO_SYNCIO returns a uobjpage whose uobj backpointer refers to another "uobj" used to call pgo_get. Revert the wrong assertion I made. My bad. (This and pgo_get's possible ERESTART return value check is the only 2 behavioral changes I made.) Reported by drochner@, thanks. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/uvm/uvm_fault.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.