Date: Wed, 14 Jul 2010 06:37:43 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libzpool/common kernel.c Message-ID: <201007140637.o6E6bodE087643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-07-14 06:37:43 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libzpool/common kernel.c Log: SVN rev 210044 on 2010-07-14 06:37:43Z by pjd MFp4 180933: Initialize rw_count properly so that zdb(8) doesn't trigger assertion in rw_enter(): ASSERT(rwlp->rw_count == 0); While here, assert that rw_count is 0 when destroying the lock. MFC after: 1 week Revision Changes Path 1.8 +2 -0 src/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007140637.o6E6bodE087643>