mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
GFP_KERNEL/GFP_DMA can't be used under a spin lock. According the comment,
els_ios_lock is used to protect els ios list so we can move down the spin
lock to avoid using this flag under the lock.
Link: https://lore.kernel.org/r/20220111012441.3232527-1-yangyingliang@huawei.com
Fixes:
|
||
|---|---|---|
| .. | ||
| efc_cmds.c | ||
| efc_cmds.h | ||
| efc_device.c | ||
| efc_device.h | ||
| efc_domain.c | ||
| efc_domain.h | ||
| efc_els.c | ||
| efc_els.h | ||
| efc_fabric.c | ||
| efc_fabric.h | ||
| efc_node.c | ||
| efc_node.h | ||
| efc_nport.c | ||
| efc_nport.h | ||
| efc_sm.c | ||
| efc_sm.h | ||
| efc.h | ||
| efclib.c | ||
| efclib.h | ||