alc 2008-03-09 06:08:58 UTC
FreeBSD src repository
Modified files:
sys/vm vm_fault.c
Log:
Eliminate an unnecessary test from vm_fault's delete-behind heuristic.
Specifically, since the delete-behind heuristic is never applied to a
device-backed object, there is no point in checking whether each of the
object's pages is fictitious. (Only device-backed objects have
fictitious pages.)
Revision Changes Path
1.240 +1 -1 src/sys/vm/vm_fault.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"