Commit 39d43f75 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Anna Schumaker

nfsd4: const-ify nfs_cb_version4

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 511e936b
......@@ -706,7 +706,7 @@ static const struct rpc_procinfo nfs4_cb_procedures[] = {
};
static unsigned int nfs4_cb_counts[ARRAY_SIZE(nfs4_cb_procedures)];
static struct rpc_version nfs_cb_version4 = {
static const struct rpc_version nfs_cb_version4 = {
/*
* Note on the callback rpc program version number: despite language in rfc
* 5661 section 18.36.3 requiring servers to use 4 in this field, the
......
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