hc
2023-11-20 69d6da3c1c63675524a25e7dc92a4f43c4164cef
kernel/drivers/scsi/libfc/fc_exch.c
....@@ -833,10 +833,10 @@
833833 }
834834 memset(ep, 0, sizeof(*ep));
835835
836
- cpu = get_cpu();
836
+ cpu = get_cpu_light();
837837 pool = per_cpu_ptr(mp->pool, cpu);
838838 spin_lock_bh(&pool->lock);
839
- put_cpu();
839
+ put_cpu_light();
840840
841841 /* peek cache of free slot */
842842 if (pool->left != FC_XID_UNKNOWN) {