Date: Fri, 3 Jan 2003 11:19:08 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <200301031919.h03JJ8C2010483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/01/03 11:19:08 PST Modified files: sys/vm vm_object.c Log: Refine the assertion in vm_object_clear_flag() to allow operation on the kmem_object without Giant. In that case, assert that the kmem_object's mutex is held. Revision Changes Path 1.254 +2 -1 src/sys/vm/vm_object.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?200301031919.h03JJ8C2010483>