]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/smc/smc_llc.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[mirror_ubuntu-jammy-kernel.git] / net / smc / smc_llc.c
index 5e86926c83a1d34f5e889ced10951e8b5151763b..273eaf1bfe49a6af2094e46b4c5a4029583f4c66 100644 (file)
@@ -1688,7 +1688,7 @@ static void smc_llc_enqueue(struct smc_link *link, union smc_llc_msg *llc)
        spin_lock_irqsave(&lgr->llc_event_q_lock, flags);
        list_add_tail(&qentry->list, &lgr->llc_event_q);
        spin_unlock_irqrestore(&lgr->llc_event_q_lock, flags);
-       schedule_work(&lgr->llc_event_work);
+       queue_work(system_highpri_wq, &lgr->llc_event_work);
 }
 
 /* copy received msg and add it to the event queue */