Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180709
b: refs/heads/master
c: aeaa5cc
h: refs/heads/master
i:
  180707: ea930ca
v: v3
  • Loading branch information
Chuck Ebbert authored and Al Viro committed Feb 20, 2010
1 parent 2fff6a8 commit 9106116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 4e70af56319e56423d6eb1ce25fc321cdf8cd41d
refs/heads/master: aeaa5ccd6421fbf9e7ded0ac67b12ea2b9fcf51e
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, int type,
flags, current_cred());
if (IS_ERR(*filp))
host_err = PTR_ERR(*filp);
host_err = ima_file_check(*filp, access);
else
host_err = ima_file_check(*filp, access);
out_nfserr:
err = nfserrno(host_err);
out:
Expand Down

0 comments on commit 9106116

Please sign in to comment.