X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fnfsd%2Fxdr.h;h=67885d5e6e50d2024b5d036f31a1fd5c3e5ab6ee;hb=bcd8b54f7d9c980b945d3f1cc48f76f2fa6e2e1b;hp=877192d3ae79605ed941b2737c0f983f27c7fffc;hpb=946b92437e550d6ed80213bf54a1f383e141aede;p=linux-drm-fsl-dcu.git diff --git a/include/linux/nfsd/xdr.h b/include/linux/nfsd/xdr.h index 877192d3ae79..67885d5e6e50 100644 --- a/include/linux/nfsd/xdr.h +++ b/include/linux/nfsd/xdr.h @@ -165,8 +165,8 @@ int nfssvc_encode_readres(struct svc_rqst *, __be32 *, struct nfsd_readres *); int nfssvc_encode_statfsres(struct svc_rqst *, __be32 *, struct nfsd_statfsres *); int nfssvc_encode_readdirres(struct svc_rqst *, __be32 *, struct nfsd_readdirres *); -int nfssvc_encode_entry(struct readdir_cd *, const char *name, - int namlen, loff_t offset, ino_t ino, unsigned int); +int nfssvc_encode_entry(void *, const char *name, + int namlen, loff_t offset, u64 ino, unsigned int); int nfssvc_release_fhandle(struct svc_rqst *, __be32 *, struct nfsd_fhandle *);