WIP: update tizen_qemu_defconfig
[platform/kernel/linux-starfive.git] / fs / nfsd / vfs.h
index 120521b..9744b04 100644 (file)
@@ -88,7 +88,8 @@ __be32                nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *);
 __be32         nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp,
                                struct svc_fh *resfhp, struct nfsd_attrs *iap);
 __be32         nfsd_commit(struct svc_rqst *rqst, struct svc_fh *fhp,
-                               u64 offset, u32 count, __be32 *verf);
+                               struct nfsd_file *nf, u64 offset, u32 count,
+                               __be32 *verf);
 #ifdef CONFIG_NFSD_V4
 __be32         nfsd_getxattr(struct svc_rqst *rqstp, struct svc_fh *fhp,
                            char *name, void **bufp, int *lenp);