Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/ufs/lfs Oh my aching HEAD.
details: https://anonhg.NetBSD.org/src/rev/6039e58963a6
branches: nathanw_sa
changeset: 506712:6039e58963a6
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jan 08 17:19:12 2003 +0000
description:
Oh my aching HEAD.
diffstat:
sys/ufs/lfs/lfs_segment.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r f1a3995bbfa5 -r 6039e58963a6 sys/ufs/lfs/lfs_segment.c
--- a/sys/ufs/lfs/lfs_segment.c Wed Jan 08 17:17:51 2003 +0000
+++ b/sys/ufs/lfs/lfs_segment.c Wed Jan 08 17:19:12 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_segment.c,v 1.67.2.12 2003/01/08 17:06:42 thorpej Exp $ */
+/* $NetBSD: lfs_segment.c,v 1.67.2.13 2003/01/08 17:19:12 thorpej Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_segment.c,v 1.67.2.12 2003/01/08 17:06:42 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_segment.c,v 1.67.2.13 2003/01/08 17:19:12 thorpej Exp $");
#define ivndebug(vp,str) printf("ino %d: %s\n",VTOI(vp)->i_number,(str))
@@ -2348,7 +2348,6 @@
simple_unlock(&vp->v_interlock);
return;
}
- KASSERT(VTOI(vp)->i_ffs_effnlink != 0);
/*
* insert at tail of LRU list
*/
@@ -2383,7 +2382,6 @@
simple_unlock(&vp->v_interlock);
return;
}
- KASSERT(VTOI(vp)->i_ffs_effnlink != 0);
/*
* insert at head of LRU list
*/
Home |
Main Index |
Thread Index |
Old Index