From c241d61f20b8569d3c69dd034b5eae314034284d Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 23 Sep 1998 05:37:35 +0000 Subject: - Back out softupdate change that already existed in FreeBSD from V1.6, which caused the reference count of a directory to get doubly decremented. PR: bin/8030 Reviewed by: nate Submitted by: Don Lewis --- sbin/fsck_ifs/dir.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/fsck_ifs') diff --git a/sbin/fsck_ifs/dir.c b/sbin/fsck_ifs/dir.c index 7b22b17..91b507f 100644 --- a/sbin/fsck_ifs/dir.c +++ b/sbin/fsck_ifs/dir.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)dir.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: dir.c,v 1.10 1998/06/15 07:07:10 charnier Exp $"; + "$Id: dir.c,v 1.11 1998/06/28 19:23:02 bde Exp $"; #endif /* not lint */ #include @@ -417,8 +417,6 @@ linkup(orphan, parentdir) else if (reply("RECONNECT") == 0) return (0); - if (parentdir != 0) - lncntp[parentdir]++; if (lfdir == 0) { dp = ginode(ROOTINO); idesc.id_name = lfname; -- cgit v1.1