X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fsqpoll.c;h=559652380672c08878264b9f9b17dc7ac831e12b;hb=fb34d8a04e5876552cd0d4f9e14400ee13f116fb;hp=76d4d70c733a991424b235003e0faf9fef993bb0;hpb=3466f49dd0dd9d30fe1e916b49fca1f4f99a3b66;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/io_uring/sqpoll.c b/io_uring/sqpoll.c index 76d4d70..5596523 100644 --- a/io_uring/sqpoll.c +++ b/io_uring/sqpoll.c @@ -235,8 +235,6 @@ static int io_sq_thread(void *data) set_cpus_allowed_ptr(current, cpu_online_mask); current->flags |= PF_NO_SETAFFINITY; - audit_alloc_kernel(current); - mutex_lock(&sqd->lock); while (1) { bool cap_entries, sqt_spin = false; @@ -310,8 +308,6 @@ static int io_sq_thread(void *data) io_run_task_work(); mutex_unlock(&sqd->lock); - audit_free(current); - complete(&sqd->exited); do_exit(0); }