Broken assertion.

This commit is contained in:
ad 2009-05-23 18:19:19 +00:00
parent 27cb8d0e73
commit fc7505ae27

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_export.c,v 1.46 2009/05/23 15:59:30 ad Exp $ */
/* $NetBSD: nfs_export.c,v 1.47 2009/05/23 18:19:19 ad Exp $ */
/*-
* Copyright (c) 1997, 1998, 2004, 2005, 2008 The NetBSD Foundation, Inc.
@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_export.c,v 1.46 2009/05/23 15:59:30 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: nfs_export.c,v 1.47 2009/05/23 18:19:19 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -207,8 +207,6 @@ netexport_fini(void)
struct mount *mp;
int error;
KASSERT(mp != NULL);
while (!CIRCLEQ_EMPTY(&netexport_list)) {
netexport_wrlock();
ne = CIRCLEQ_FIRST(&netexport_list);