File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -494,8 +494,6 @@ struct rds_ib_statistics {
494
494
uint64_t s_ib_rdma_mr_1m_pool_flush ;
495
495
uint64_t s_ib_rdma_mr_1m_pool_wait ;
496
496
uint64_t s_ib_rdma_mr_1m_pool_depleted ;
497
- uint64_t s_ib_rdma_mr_1m_pool_reuse ;
498
- uint64_t s_ib_rdma_mr_8k_pool_reuse ;
499
497
uint64_t s_ib_atomic_cswp ;
500
498
uint64_t s_ib_atomic_fadd ;
501
499
uint64_t s_ib_srq_lows ;
Original file line number Diff line number Diff line change @@ -320,10 +320,6 @@ static inline struct rds_ib_mr *rds_ib_reuse_fmr(struct rds_ib_mr_pool *pool)
320
320
clear_bit (CLEAN_LIST_BUSY_BIT , flag );
321
321
preempt_enable ();
322
322
if (ibmr ) {
323
- if (pool -> pool_type == RDS_IB_MR_8K_POOL )
324
- rds_ib_stats_inc (s_ib_rdma_mr_8k_pool_reuse );
325
- else
326
- rds_ib_stats_inc (s_ib_rdma_mr_1m_pool_reuse );
327
323
spin_lock_bh (& pool -> busy_lock );
328
324
list_add (& ibmr -> pool_list , & pool -> busy_list );
329
325
spin_unlock_bh (& pool -> busy_lock );
You can’t perform that action at this time.
0 commit comments