Re: [PATCH net-next] net: dev: Simplify the conditional of backlog lock functions

From: Sebastian Andrzej Siewior
Date: Mon Jun 10 2024 - 02:27:12 EST


On 2024-06-09 15:20:22 [+0800], Yajun Deng wrote:
> The use_backlog_threads() contains the conditional of PREEMPT_RT, so we
> don't need to add PREEMPT_RT in the backlog lock.
>
> Remove the conditional of PREEMPT_RT in the backlog lock.

This is part of
https://lore.kernel.org/all/20240607070427.1379327-10-bigeasy@xxxxxxxxxxxxx/

> Signed-off-by: Yajun Deng <yajun.deng@xxxxxxxxx>

Sebastian