Date: Sun, 19 Apr 2009 20:53:47 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200904192053.n3JKrqJx007709@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-04-19 20:53:47 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
SVN rev 191277 on 2009-04-19 20:53:47Z by kib
In both pageout oom handler and vm_daemon, acquire the reference to
the vmspace of the examined process instead of directly accessing its
vmspace, that may change. Also, as an optimization, check for P_INEXEC
flag before examining the process.
Reported and tested by: pho (previous version)
Reviewed by: alc
MFC after: 3 week
Revision Changes Path
1.303 +21 -8 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904192053.n3JKrqJx007709>
