Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[pandora-kernel.git] / fs / nfsd / vfs.c
index 965cffd..989129e 100644 (file)
@@ -721,7 +721,7 @@ nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type,
                goto out_nfserr;
        }
 
-       host_err = ima_file_check(file, may_flags);
+       host_err = ima_file_check(file, may_flags, 0);
        if (host_err) {
                nfsd_close(file);
                goto out_nfserr;