Re: [PATCH 2/2] selftests: fix an unused variable warning in pidfd selftest

From: Shuah Khan
Date: Fri Mar 25 2022 - 15:59:27 EST


On 3/25/22 9:21 AM, Christian Brauner wrote:
On Thu, Mar 24, 2022 at 03:39:29PM -0700, Axel Rasmussen wrote:
I fixed a few warnings like this in commit e2aa5e650b07
("selftests: fixup build warnings in pidfd / clone3 tests"), but I
missed this one by mistake. Since this variable is unused, remove it.

Signed-off-by: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
---

Looks good,
Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>


Thank you both. Will apply it for Linux 5.18-rc2.

thanks,
-- Shuah