X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fnfsd%2Fvfs.h;h=9744b041105b50b888a327322e228434b25f098a;hb=refs%2Fheads%2Fsandbox%2Flstelmach%2Fvirgl;hp=120521bc7b24766842dfa6f143c2129037fc07f2;hpb=b7270c69a36efc61ed6ebd31a8a458f354a6edc0;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h index 120521b..9744b04 100644 --- a/fs/nfsd/vfs.h +++ b/fs/nfsd/vfs.h @@ -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);