From b53ca6e1306d1dceabd2f9e3b2faf8489e597606 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 14 Dec 1995 17:24:43 +0000 Subject: Formerly mount.c.~6~ --- nfs/mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfs/mount.c b/nfs/mount.c index efd8ba02..0113d665 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -119,8 +119,8 @@ mount_root (char *name, char *host) } /* Create the node for root */ - np = netfs_make_node (); - p = xdr_decode_fhandle (p, &np->nn->handle); + np = lookup_fhandle (p); + p += NFS_FHSIZE / sizeof (int); free (rpcbuf); /* Now send another PMAPPROC_GETPORT request to lookup the nfs server. */ -- cgit v1.2.3