aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2019-11-05 14:59:02 -0500
committerTrond Myklebust <trond.myklebust@hammerspace.com>2019-11-06 08:55:24 -0500
commit634d811c619b0dbe16dc890a53d2c978e9d055d5 (patch)
tree6ffadac91c0e43bf423b661060342f6b6a70b379
parentMerge branch 'linux-ssc-for-5.5' (diff)
downloadlinux-dev-634d811c619b0dbe16dc890a53d2c978e9d055d5.tar.xz
linux-dev-634d811c619b0dbe16dc890a53d2c978e9d055d5.zip
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 <trond.myklebust@hammerspace.com>
-rw-r--r--include/linux/nfs4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index 5e7a5261af4e..82d8fb422092 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -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 */