Skip to content

Commit

Permalink
nfsv4: Move NFSPROC4_CLNT_COPY_NOTIFY to end of list
Browse files Browse the repository at this point in the history
We shouldn't insert things into the NFSPROC4_CLNT enums, since that
causes the nfsstat array to be reordered.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
  • Loading branch information
Trond Myklebust committed Nov 6, 2019
1 parent 807ce06 commit 634d811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/nfs4.h
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,11 @@ enum {
NFSPROC4_CLNT_CLONE,
NFSPROC4_CLNT_COPY,
NFSPROC4_CLNT_OFFLOAD_CANCEL,
NFSPROC4_CLNT_COPY_NOTIFY,

NFSPROC4_CLNT_LOOKUPP,
NFSPROC4_CLNT_LAYOUTERROR,

NFSPROC4_CLNT_COPY_NOTIFY,
};

/* nfs41 types */
Expand Down

0 comments on commit 634d811

Please sign in to comment.