commit | a11ada99ce93a79393dc6683d22f7915748c8f6b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jul 27 14:41:18 2022 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Fri Jul 29 20:17:00 2022 -0400 |
tree | e7dd52ee1ae000179701e9658c655889eaeac370 | |
parent | e72f9bc006c08841c46d27747a4debc747a8fe13 [diff] |
NFSD: Move copy offload callback arguments into a separate structure Refactor so that CB_OFFLOAD arguments can be passed without allocating a whole struct nfsd4_copy object. On my system (x86_64) this removes another 96 bytes from struct nfsd4_copy. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>