Remove unused used_max_cqe from nfs_proxy_rdma

This commit is contained in:
Vitaliy Filippov
2025-03-30 02:13:24 +03:00
parent 18e14eed11
commit 5d2e28d4a9
+1 -1
View File
@@ -47,7 +47,7 @@ struct nfs_rdma_dev_state_t
ibv_comp_channel *channel = NULL;
ibv_cq *cq = NULL;
rdma_allocator_t *alloc = NULL;
int max_cqe = 0, used_max_cqe = 0;
int max_cqe = 0;
static nfs_rdma_dev_state_t *create(rdma_cm_id *cmid, uint64_t rdma_malloc_round_to, uint64_t rdma_max_unused_buffers);
~nfs_rdma_dev_state_t();