From 389c9b61ab3043d7c1933b5cf7190fa09516fd67 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 14 Mar 1996 20:10:13 +0000 Subject: Formerly mount.c.~13~ --- nfs/mount.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nfs/mount.c') diff --git a/nfs/mount.c b/nfs/mount.c index 0635d5a9..3eadfdc9 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -147,9 +147,7 @@ mount_root (char *name, char *host) } /* Create the node for root */ - np = lookup_fhandle (p, 0); - np->nn->dir = np; - netfs_nref (np); + np = lookup_fhandle (p); p += NFS_FHSIZE / sizeof (int); free (rpcbuf); mutex_unlock (&np->lock); -- cgit v1.2.3