diff options
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 140c496f612c..d49c778faecb 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -709,7 +709,7 @@ nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, | |||
709 | host_err = PTR_ERR(*filp); | 709 | host_err = PTR_ERR(*filp); |
710 | *filp = NULL; | 710 | *filp = NULL; |
711 | } else { | 711 | } else { |
712 | host_err = ima_file_check(*filp, may_flags); | 712 | host_err = ima_file_check(*filp, may_flags, 0); |
713 | 713 | ||
714 | if (may_flags & NFSD_MAY_64BIT_COOKIE) | 714 | if (may_flags & NFSD_MAY_64BIT_COOKIE) |
715 | (*filp)->f_mode |= FMODE_64BITHASH; | 715 | (*filp)->f_mode |= FMODE_64BITHASH; |