commit | 676687c69697d2081d25afd14ee90937d1fb0c8e | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jan 20 03:36:44 2014 +0000 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sat Jan 25 06:58:52 2014 +0000 |
tree | 208da09393318112eee6146aecbd883e86e0dd0d | |
parent | 555b270e25b0279b98083518a85f4b1da144a181 [diff] |
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 <nab@linux-iscsi.org>