Loading drivers/nvme/target/fc.c +2 −1 Original line number Diff line number Diff line Loading @@ -1073,7 +1073,8 @@ static void nvmet_fc_schedule_delete_assoc(struct nvmet_fc_tgt_assoc *assoc) { nvmet_fc_tgtport_get(assoc->tgtport); queue_work(nvmet_wq, &assoc->del_work); if (!queue_work(nvmet_wq, &assoc->del_work)) nvmet_fc_tgtport_put(assoc->tgtport); } static bool Loading Loading
drivers/nvme/target/fc.c +2 −1 Original line number Diff line number Diff line Loading @@ -1073,7 +1073,8 @@ static void nvmet_fc_schedule_delete_assoc(struct nvmet_fc_tgt_assoc *assoc) { nvmet_fc_tgtport_get(assoc->tgtport); queue_work(nvmet_wq, &assoc->del_work); if (!queue_work(nvmet_wq, &assoc->del_work)) nvmet_fc_tgtport_put(assoc->tgtport); } static bool Loading