Date: Wed, 2 Jan 2008 04:43:48 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <200801020443.m024hmGw015649@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2008-01-02 04:43:47 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Defer setting either PG_CACHED or PG_FREE until after the free page queues lock is acquired. Otherwise, the state of a reservation's pages' flags and its population count can be inconsistent. That could result in a page being freed twice. Reported by: kris Revision Changes Path 1.366 +3 -3 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801020443.m024hmGw015649>