git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d2ec7c3
)
nfs-translator-fix-lookup-20021110
author
Derrick Brashear
<shadow@dementia.org>
Mon, 11 Nov 2002 00:53:46 +0000 (
00:53
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 11 Nov 2002 00:53:46 +0000 (
00:53
+0000)
add fstrace statement, remove bogus &
src/afs/afs_nfsdisp.c
patch
|
blob
|
history
diff --git
a/src/afs/afs_nfsdisp.c
b/src/afs/afs_nfsdisp.c
index
904b413
..
16c1585
100644
(file)
--- a/
src/afs/afs_nfsdisp.c
+++ b/
src/afs/afs_nfsdisp.c
@@
-83,6
+83,7
@@
nfs2_to_afs_call(int which, caddr_t *args, fhandle_t **fhpp, fhandle_t **fh2pp)
fhandle_t *fhp2=0;
int errorcode;
+ afs_Trace1(afs_iclSetp, CM_TRACE_NFSIN, ICL_TYPE_INT32, which);
*fh2pp = (fhandle_t *)0;
switch (which) {
case RFS_GETATTR:
@@
-677,7
+678,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.dirp;
+ fhp1 = (nfs_fh3 *) arg->what.dirp;
break;
}
case NFSPROC3_ACCESS: