Skip to content

Commit 634d811

Browse files
author
Trond Myklebust
committed
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: Trond Myklebust <[email protected]>
1 parent 807ce06 commit 634d811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/linux/nfs4.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,11 @@ enum {
537537
NFSPROC4_CLNT_CLONE,
538538
NFSPROC4_CLNT_COPY,
539539
NFSPROC4_CLNT_OFFLOAD_CANCEL,
540-
NFSPROC4_CLNT_COPY_NOTIFY,
541540

542541
NFSPROC4_CLNT_LOOKUPP,
543542
NFSPROC4_CLNT_LAYOUTERROR,
543+
544+
NFSPROC4_CLNT_COPY_NOTIFY,
544545
};
545546

546547
/* nfs41 types */

0 commit comments

Comments
 (0)