hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/scsi/libfc/fc_exch.c
....@@ -826,10 +826,10 @@
826826 }
827827 memset(ep, 0, sizeof(*ep));
828828
829
- cpu = get_cpu_light();
829
+ cpu = get_cpu();
830830 pool = per_cpu_ptr(mp->pool, cpu);
831831 spin_lock_bh(&pool->lock);
832
- put_cpu_light();
832
+ put_cpu();
833833
834834 /* peek cache of free slot */
835835 if (pool->left != FC_XID_UNKNOWN) {