Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/uvm



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.




Home | Main Index | Thread Index | Old Index