From c27a7e0b09cf1c66119fa0c813b2463e8118b0ef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Mar 1994 23:24:56 +0000 Subject: Formerly peropen-make.c.~6~ --- libdiskfs/peropen-make.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdiskfs') diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c index 0194d2c8..aea909ec 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -29,5 +29,6 @@ diskfs_make_peropen (struct node *np, int flags) po->refcnt = 0; po->openstat = flags; po->np = np; + diskfs_nref (np); return po; } -- cgit v1.2.3