Commit 20766016 authored by Benny Halevy's avatar Benny Halevy Committed by J. Bruce Fields

nfsd: remove nfsd4_ops array size

There's no need for it.
Signed-off-by: default avatarBenny Halevy <bhalevy@panasas.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent e354d571
......@@ -943,7 +943,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
return status;
}
static struct nfsd4_operation nfsd4_ops[OP_RELEASE_LOCKOWNER+1] = {
static struct nfsd4_operation nfsd4_ops[] = {
[OP_ACCESS] = {
.op_func = (nfsd4op_func)nfsd4_access,
.op_name = "OP_ACCESS",
......
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