commit | 3b0ebb255fdc49a3d340846deebf045ef58ec744 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Oct 13 10:40:59 2021 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Oct 13 11:34:49 2021 -0400 |
tree | 6516f5921001ead9859afc79f4eab8fbb7b61595 | |
parent | c44b31c263798ec34614dd394c31ef1a2e7e716e [diff] |
NFSD: Save location of NFSv4 COMPOUND status Refactor: Currently nfs4svc_encode_compoundres() relies on the NFS dispatcher to pass in the buffer location of the COMPOUND status. Instead, save that buffer location in struct nfsd4_compoundres. The compound tag follows immediately after. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>