nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
authorChristoph Hellwig <hch@lst.de>
Sun, 7 Feb 2021 16:17:34 +0000 (17:17 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 10 Feb 2021 15:38:04 +0000 (16:38 +0100)
commitb5df8e79a293739f031f25eb45de350165033ea4
treeee940698681502845c0ecd97cded8626a7cfe922
parent73a1a2298f3e9df24cea7a9aab412ba9470f6159
nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues

Make sparse happy after the recent conversion to RCU lookups.

Fixes: 4e2f02bf77da ("nvmet-fc: use RCU proctection for assoc_list")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: James Smart <james.smart@broadcom.com>
drivers/nvme/target/fc.c