From 01f7085114cf3fc5fbb4e2fb0bb396cfa570f8ef Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sun, 20 Jan 2002 09:05:44 +0000 Subject: [PATCH] STABLE12-nfs-translator-call-lookup-with-correct-form-of-dir-20020116 based on information from Kris Van Hees still untested (cherry picked from commit 4146f3c2f6af8975b1d5b04b2a9cb56c3acbee1b) --- src/afs/afs_nfsdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_nfsdisp.c b/src/afs/afs_nfsdisp.c index 3bafeff3b..1f2815d3f 100644 --- a/src/afs/afs_nfsdisp.c +++ b/src/afs/afs_nfsdisp.c @@ -494,7 +494,7 @@ nfs3_to_afs_call(int which, caddr_t *args, nfs_fh3 **fhpp, nfs_fh3 **fh2pp) case NFSPROC3_LOOKUP: { LOOKUP3args *arg = (LOOKUP3args *)args; - fhp1 = (nfs_fh3 *) &arg->what.dir; + fhp1 = (nfs_fh3 *) &arg->what.dirp; break; } case NFSPROC3_ACCESS: -- 2.39.5