Module Name: src Committed By: chs Date: Fri Aug 14 09:06:15 UTC 2020
Modified Files: src/sys/miscfs/genfs: genfs_io.c src/sys/uvm: uvm_extern.h uvm_object.c uvm_object.h uvm_page.c uvm_page_status.c uvm_pager.c uvm_vnode.c Log Message: centralize calls from UVM to radixtree into a few functions. in those functions, assert that the object lock is held in the correct mode. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/miscfs/genfs/genfs_io.c cvs rdiff -u -r1.230 -r1.231 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.23 -r1.24 src/sys/uvm/uvm_object.c cvs rdiff -u -r1.38 -r1.39 src/sys/uvm/uvm_object.h cvs rdiff -u -r1.244 -r1.245 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.5 -r1.6 src/sys/uvm/uvm_page_status.c cvs rdiff -u -r1.128 -r1.129 src/sys/uvm/uvm_pager.c cvs rdiff -u -r1.115 -r1.116 src/sys/uvm/uvm_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.