On Fri, Nov 30, 2018 at 03:03:48PM -0500, Olga Kornievskaia wrote: > diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c > index 2e28254..238c4b7 100644 > --- a/fs/nfsd/nfs4proc.c > +++ b/fs/nfsd/nfs4proc.c ... > +static __be32 > +nfsd4_setup_inter_ssc(struct svc_rqst *rqstp, > + struct nfsd4_compound_state *cstate, > + struct nfsd4_copy *copy, > + struct vfs_mount **mount) That should be struct vfsmount. Don't forget to check the compile with the new config option both on and off. --b. > +{ > + *mount = NULL; > + return -EINVAL; > +}