We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c762be commit c3fca4fCopy full SHA for c3fca4f
io_uring/napi.c
@@ -205,7 +205,6 @@ void io_napi_init(struct io_ring_ctx *ctx)
205
void io_napi_free(struct io_ring_ctx *ctx)
206
{
207
struct io_napi_entry *e;
208
- LIST_HEAD(napi_list);
209
unsigned int i;
210
211
spin_lock(&ctx->napi_lock);
@@ -315,7 +314,6 @@ void __io_napi_busy_loop(struct io_ring_ctx *ctx, struct io_wait_queue *iowq)
315
314
*/
316
int io_napi_sqpoll_busy_poll(struct io_ring_ctx *ctx)
317
318
319
bool is_stale = false;
320
321
if (!READ_ONCE(ctx->napi_busy_poll_dt))
0 commit comments