Commit 634d811c authored by Trond Myklebust's avatar Trond Myklebust

nfsv4: Move NFSPROC4_CLNT_COPY_NOTIFY to end of list

We shouldn't insert things into the NFSPROC4_CLNT enums, since that
causes the nfsstat array to be reordered.
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 807ce06c
...@@ -537,10 +537,11 @@ enum { ...@@ -537,10 +537,11 @@ enum {
NFSPROC4_CLNT_CLONE, NFSPROC4_CLNT_CLONE,
NFSPROC4_CLNT_COPY, NFSPROC4_CLNT_COPY,
NFSPROC4_CLNT_OFFLOAD_CANCEL, NFSPROC4_CLNT_OFFLOAD_CANCEL,
NFSPROC4_CLNT_COPY_NOTIFY,
NFSPROC4_CLNT_LOOKUPP, NFSPROC4_CLNT_LOOKUPP,
NFSPROC4_CLNT_LAYOUTERROR, NFSPROC4_CLNT_LAYOUTERROR,
NFSPROC4_CLNT_COPY_NOTIFY,
}; };
/* nfs41 types */ /* nfs41 types */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment