RISCV: configs: tizen_visionfive2: Enable DM_BOW feature
[platform/kernel/linux-starfive.git] / fs / nfsd / vfs.h
index a6890ea..e3c2959 100644 (file)
@@ -104,8 +104,8 @@ __be32              nfsd_setxattr(struct svc_rqst *rqstp, struct svc_fh *fhp,
 int            nfsd_open_break_lease(struct inode *, int);
 __be32         nfsd_open(struct svc_rqst *, struct svc_fh *, umode_t,
                                int, struct file **);
-__be32         nfsd_open_verified(struct svc_rqst *, struct svc_fh *,
-                               int, struct file **);
+int            nfsd_open_verified(struct svc_rqst *rqstp, struct svc_fh *fhp,
+                                  int may_flags, struct file **filp);
 __be32         nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp,
                                struct file *file, loff_t offset,
                                unsigned long *count,