From: Nicholas Bellinger Date: Mon, 20 Jan 2014 03:36:44 +0000 (+0000) Subject: iscsi-target: Convert gfp_t parameter to task state bitmask X-Git-Tag: v3.14-rc1~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676687c69697d2081d25afd14ee90937d1fb0c8e;p=pandora-kernel.git iscsi-target: Convert gfp_t parameter to task state bitmask This patch propigates the use of task state bitmask now used by percpu_ida_alloc() up the iscsi-target callchain, replacing the use of GFP_ATOMIC for TASK_RUNNING, and GFP_KERNEL for TASK_INTERRUPTIBLE. Also, drop the unnecessary gfp_t parameter to isert_allocate_cmd(), and just pass TASK_INTERRUPTIBLE into iscsit_allocate_cmd(). Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed