projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8f7bd
)
Return success code from NFSv3 commit operations.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 12 Mar 2010 00:22:02 +0000
(16:22 -0800)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 12 Mar 2010 00:22:02 +0000
(16:22 -0800)
nfs3/nfs3.c
patch
|
blob
|
history
diff --git
a/nfs3/nfs3.c
b/nfs3/nfs3.c
index
33ca180
..
b0e5892
100644
(file)
--- a/
nfs3/nfs3.c
+++ b/
nfs3/nfs3.c
@@
-1103,7
+1103,7
@@
void nfsproc3_commit_3_svc(commit3args *argp, RPCRequest *req)
commit3res result;
memset(&result, 0, sizeof(result));
- result.status = NFS3
ERR_NOTSUPP
;
+ result.status = NFS3
_OK
;
BlueSkyInode *inode = lookup_fh(req, &argp->file);
if (inode == NULL) {