Date: Wed, 23 May 2001 15:31:16 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c Message-ID: <200105232231.f4NMVGM49879@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/05/23 15:31:16 PDT Modified files: sys/vm swap_pager.c Log: - Fix the sw_alloc_interlock to actually lock itself when the lock is acquired. - Assert Giant is held in the strategy, getpages, and putpages methods and the getchainbuf, flushchainbuf, and waitchainbuf functions. - Always call flushchainbuf() w/o the VM lock. Revision Changes Path 1.158 +21 -17 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105232231.f4NMVGM49879>