Module Name: src Committed By: kamil Date: Tue May 26 00:50:54 UTC 2020
Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c src/sys/kern: kern_proc.c sys_process.c src/sys/uvm: uvm_extern.h uvm_map.h Log Message: Catch up with the usage of struct vmspace::vm_refcnt Use the dedicated reference counting routines. Change the type of struct vmspace::vm_refcnt and struct vm_map::ref_count to volatile. Remove the unnecessary vm->vm_map.misc_lock locking in process_domem(). Reviewed by <ad> To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/iscsi/iscsi_ioctl.c cvs rdiff -u -r1.253 -r1.254 src/sys/kern/kern_proc.c cvs rdiff -u -r1.179 -r1.180 src/sys/kern/sys_process.c cvs rdiff -u -r1.226 -r1.227 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.79 -r1.80 src/sys/uvm/uvm_map.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.