linux-sg2042/drivers/target/tcm_fc
Roland Dreier dd503a5fcc target: Have core_tmr_alloc_req() take an explicit GFP_xxx flag
Testing in_interrupt() to know when sleeping is allowed is not really
reliable (since eg it won't be true if the caller is holding a spinlock).
Instead have the caller tell core_tmr_alloc_req() what GFP_xxx to use;
every caller except tcm_qla2xxx can use GFP_KERNEL.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2011-10-24 03:20:53 +00:00
..
Kconfig [SCSI] tcm_fc: Adding FC_FC4 provider (tcm_fc) for FCoE target (TCM - target core) support 2011-05-17 10:52:46 +04:00
Makefile tcm_fc: Makefile cleanups 2011-07-22 09:37:47 +00:00
tcm_fc.h tcm_fc: Work queue based approach instead of managing own thread and event based mechanism 2011-09-16 09:50:09 +00:00
tfc_cmd.c target: Have core_tmr_alloc_req() take an explicit GFP_xxx flag 2011-10-24 03:20:53 +00:00
tfc_conf.c tcm_fc: remove custom hex_to_bin in ft_parse_wwn 2011-10-24 03:20:49 +00:00
tfc_io.c target: Remove unneeded version.h includes 2011-10-11 04:10:19 +00:00
tfc_sess.c target: Remove unneeded version.h includes 2011-10-11 04:10:19 +00:00