Re: [PATCH] nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists

From: Daniel Wagner
Date: Wed Feb 21 2024 - 08:11:59 EST


On Mon, Feb 12, 2024 at 11:29:40AM +0100, Daniel Wagner wrote:
> The RCU lock is only needed for the lookup loop and not for
> list_ad_tail_rcu call. Thus move it down the call chain into
> nvmet_fc_assoc_exists.
>
> While at it also fix the name typo of the function.
>
> Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>

ping