Module Name: src Committed By: jdolecek Date: Tue Nov 20 20:07:20 UTC 2018
Modified Files: src/sys/uvm: uvm_bio.c Log Message: need to use PGO_NOBLOCKALLOC also in ubc_alloc_direct() case, same as non-direct code - otherwise the code tries to acquire the wapbl lock again in genfs_getpages(), and panic due to locking against itself towards PR kern/53124 To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/uvm/uvm_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.