Date: Sat, 22 Jun 2002 11:36:51 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.c Message-ID: <200206221836.g5MIapo01080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/06/22 11:36:51 PDT Modified files: sys/vm device_pager.c Log: o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() with the acquisition and release of Giant. (Annotate as MPSAFE.) o Reorder the sanity checks in dev_pager_alloc() to reduce the time that Giant is held. Revision Changes Path 1.57 +17 -11 src/sys/vm/device_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?200206221836.g5MIapo01080>