summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2017-07-06 17:51:29 -0400
committerJ. Bruce Fields <bfields@redhat.com>2017-08-24 21:12:20 -0400
commitf4f9ef4a1b0a1ca80b152e28e176d69515bdf7e8 (patch)
tree1f52ae97829e434eae88af200b524b74f7b9ecdc /fs/nfsd/nfs4xdr.c
parent0020939f20ce2881e51488e254fbb7a9b6c515f6 (diff)
downloadop-kernel-dev-f4f9ef4a1b0a1ca80b152e28e176d69515bdf7e8.zip
op-kernel-dev-f4f9ef4a1b0a1ca80b152e28e176d69515bdf7e8.tar.gz
nfsd4: opdesc will be useful outside nfs4proc.c
Trivial cleanup, no change in behavior. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4xdr.c')
-rw-r--r--fs/nfsd/nfs4xdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 20fbcab..40ed23f 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -1929,6 +1929,7 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp)
op->opnum = OP_ILLEGAL;
op->status = nfserr_op_illegal;
}
+ op->opdesc = OPDESC(op);
/*
* We'll try to cache the result in the DRC if any one
* op in the compound wants to be cached:
OpenPOWER on IntegriCloud