Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8783
b: refs/heads/master
c: 73aea4e
h: refs/heads/master
i:
  8781: 2eb92bb
  8779: 0803cc9
  8775: 50ce866
  8767: 67dce80
v: v3
  • Loading branch information
Neil Brown authored and Linus Torvalds committed Sep 13, 2005
1 parent c077175 commit a2b612f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b59e3c0e172e3f3a147021aa16b929482b8d5846
refs/heads/master: 73aea4ecd38ebeff9e322f738057f4ae2c32a3ee
5 changes: 2 additions & 3 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,12 @@ nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_setclientid *setclid)
int status;
char dname[HEXDIR_LEN];

status = nfserr_inval;
if (!check_name(clname))
goto out;
return nfserr_inval;

status = nfs4_make_rec_clidname(dname, &clname);
if (status)
goto out;
return status;

/*
* XXX The Duplicate Request Cache (DRC) has been checked (??)
Expand Down

0 comments on commit a2b612f

Please sign in to comment.