CVS commit: src/sys/uvm
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Thu Feb 12 13:34:45 UTC 2026 Modified Files: src/sys/uvm: uvm_swap.c Log Message: Revert previous. We cannot hold the uvm_swap_data_lock That is not while doing any operations which might require the current process (or maybe just lwp, for this, irrelevant) to actuually engage in paging. And a copyout() does exactly that, or might. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/uvm/uvm_swap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.