Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372186
b: refs/heads/master
c: 41d2266
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Apr 4, 2013
1 parent 2f0dfd5 commit d3a4054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e8c69d17d1ef8437aee729322db005573a467fd6
refs/heads/master: 41d22663cb6a4108091c050cba3c470a3e175dd9
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ static bool nfsd4_is_deleg_cur(struct nfsd4_open *open)
}

static __be32
nfs4_check_deleg(struct nfs4_client *cl, struct nfs4_file *fp, struct nfsd4_open *open,
nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open,
struct nfs4_delegation **dp)
{
int flags;
Expand Down Expand Up @@ -3062,7 +3062,7 @@ nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nf
if (fp) {
if ((status = nfs4_check_open(fp, open, &stp)))
goto out;
status = nfs4_check_deleg(cl, fp, open, &dp);
status = nfs4_check_deleg(cl, open, &dp);
if (status)
goto out;
} else {
Expand Down

0 comments on commit d3a4054

Please sign in to comment.