diff options
author | J. Bruce Fields <bfields@redhat.com> | 2017-07-06 17:51:29 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2017-08-24 21:12:20 -0400 |
commit | f4f9ef4a1b0a1ca80b152e28e176d69515bdf7e8 (patch) | |
tree | 1f52ae97829e434eae88af200b524b74f7b9ecdc /fs/nfsd/nfs4xdr.c | |
parent | 0020939f20ce2881e51488e254fbb7a9b6c515f6 (diff) | |
download | linux-f4f9ef4a1b0a1ca80b152e28e176d69515bdf7e8.tar.bz2 |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 20fbcab97753..40ed23fda814 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: |