Date: Wed, 25 Feb 2009 07:52:53 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_fault.c Message-ID: <200902250753.n1P7r7Yq017422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-02-25 07:52:53 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: SVN rev 189024 on 2009-02-25 07:52:53Z by alc Prior to r188331 a map entry's last read offset was only updated by a hard fault. In r188331 this update was relocated because of synchronization changes to a place where it would occur on both hard and soft faults. This change again restricts the update to hard faults. Revision Changes Path 1.247 +7 -3 src/sys/vm/vm_fault.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902250753.n1P7r7Yq017422>