diff options
| -rw-r--r-- | io_uring/zcrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/zcrx.c b/io_uring/zcrx.c index 630b19ebb47e..a805f744c774 100644 --- a/io_uring/zcrx.c +++ b/io_uring/zcrx.c @@ -759,7 +759,7 @@ static void io_zcrx_ring_refill(struct page_pool *pp, guard(spinlock_bh)(&ifq->rq_lock); entries = io_zcrx_rqring_entries(ifq); - entries = min_t(unsigned, entries, PP_ALLOC_CACHE_REFILL - pp->alloc.count); + entries = min_t(unsigned, entries, PP_ALLOC_CACHE_REFILL); if (unlikely(!entries)) return; |
