Module Name: src Committed By: rmind Date: Mon Apr 26 02:20:59 UTC 2010
Modified Files: src/sys/uvm [rmind-uvmplock]: uvm_bio.c uvm_extern.h uvm_object.c uvm_object.h Log Message: Add ubc_purge() and purge/deassociate any related UBC entries during object (usually, vnode) destruction. Since locking (and thus object) is required to enter/remove mappings - object is not allowed anymore to disappear with any UBC entries left. >From original patch by ad@ with some modifications. To generate a diff of this commit: cvs rdiff -u -r1.68.4.3 -r1.68.4.4 src/sys/uvm/uvm_bio.c cvs rdiff -u -r1.162.2.3 -r1.162.2.4 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.7.4.3 -r1.7.4.4 src/sys/uvm/uvm_object.c cvs rdiff -u -r1.26.20.1 -r1.26.20.2 src/sys/uvm/uvm_object.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.