Re: [PATCH] io_uring/waitid: remove #ifdef CONFIG_COMPAT

From: Jens Axboe
Date: Mon Feb 24 2025 - 14:12:01 EST



On Mon, 24 Feb 2025 10:23:36 -0700, Caleb Sander Mateos wrote:
> io_is_compat() is already defined to return false if CONFIG_COMPAT is
> disabled. So remove the additional #ifdef CONFIG_COMPAT guards. Let the
> compiler optimize out the dead code when CONFIG_COMPAT is disabled.
>
>

Applied, thanks!

[1/1] io_uring/waitid: remove #ifdef CONFIG_COMPAT
commit: 0cd64345c4ba127d27fa07a133d108ea92d38361

Best regards,
--
Jens Axboe