From f53c1f3ef6f55f6a7f83d8ed3a11d9af9f413af3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 4 Jul 1996 21:14:33 +0000 Subject: (netfs_attempt_link) [case SYMLINK]: Include directory handle as an RPC arg. --- nfs/ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nfs') diff --git a/nfs/ops.c b/nfs/ops.c index 221d815d..3ec52e9a 100644 --- a/nfs/ops.c +++ b/nfs/ops.c @@ -538,6 +538,7 @@ netfs_attempt_link (struct netcred *cred, struct node *dir, case SYMLINK: mutex_lock (&dir->lock); p = nfs_initialize_rpc (NFSPROC_SYMLINK, cred, 0, &rpcbuf, dir, -1); + p = xdr_encode_fhandle (p, &dir->nn->handle); mutex_unlock (&dir->lock); p = xdr_encode_string (p, name); -- cgit v1.2.3