On Thu, Nov 08, 2018 at 01:29:26PM -0500, Olga Kornievskaia wrote: > On Mon, Nov 5, 2018 at 12:50 PM J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > > > > On Fri, Oct 19, 2018 at 11:29:01AM -0400, Olga Kornievskaia wrote: > > > @@ -2720,6 +2775,12 @@ static inline u32 nfsd4_seek_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) > > > .op_name = "OP_OFFLOAD_CANCEL", > > > .op_rsize_bop = nfsd4_only_status_rsize, > > > }, > > > + [OP_COPY_NOTIFY] = { > > > + .op_func = nfsd4_copy_notify, > > > + .op_flags = OP_MODIFIES_SOMETHING | OP_CACHEME, > > > > CACHEME is actually only used for 4.0, let's drop it from > > nfs4.1/4.2-only operations. > > Ah well COPY And CLONE had the CACHEME and thus I had it. I'll remove > it. We provably need to remove it from 4.2 ops: COPY, CLONE, ALLOCATE, > DEALLOCATE... OK, that could be a separate patch. --b.