diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-12-04 17:56:24 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-01-08 01:54:28 +0300 |
commit | 5ef6c666764151095346c18966b8720146a33719 (patch) | |
tree | fcb76c50c4a7bb6925206ccdb2293c8a17ecfa08 /fs/quota/quota_v2.c | |
parent | 2dd6e29a3ea86ce51404589fd99597cd4dd0cd41 (diff) | |
download | linux-5ef6c666764151095346c18966b8720146a33719.tar.xz |
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
SG_CHUNK_SIZE is 128, making struct svc_rdma_rw_ctxt + the first
SGL array more than 4200 bytes in length, pushing the memory
allocation well into order 1.
Even so, the RDMA rw core doesn't seem to use more than max_send_sge
entries in that array (typically 32 or less), so that is all wasted
space.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/quota/quota_v2.c')
0 files changed, 0 insertions, 0 deletions