Re: [PATCH 1/5] seccomp: don't use semaphore and wait_queue together

From: Peter Zijlstra
Date: Mon Jan 16 2023 - 04:49:38 EST


On Tue, Jan 10, 2023 at 01:30:06PM -0800, Andrei Vagin wrote:

> + atomic_add(1, &match->notif->requests);

atomic_inc() ?