projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3c213
)
Properly fill in result code for lookups.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 24 Aug 2009 19:38:00 +0000
(12:38 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Mon, 24 Aug 2009 19:38:00 +0000
(12:38 -0700)
nfs3/nfs3.c
patch
|
blob
|
history
diff --git
a/nfs3/nfs3.c
b/nfs3/nfs3.c
index
15d5df3
..
da8d76b
100644
(file)
--- a/
nfs3/nfs3.c
+++ b/
nfs3/nfs3.c
@@
-140,6
+140,7
@@
nfsproc3_lookup_3_svc(diropargs3 *argp, struct svc_req *rqstp)
return &result;
}
+ result.status = NFS3_OK;
result.lookup3res_u.resok.dir_attributes.present = TRUE;
encode_fattr3(&result.lookup3res_u.resok.dir_attributes.post_op_attr_u.attributes, dir);
result.lookup3res_u.resok.obj_attributes.present = TRUE;