aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2015-09-03 16:03:42 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2015-09-11 00:32:30 -0700
commit4824640ec3fc84337cb2baa9fb780e95864feb88 (patch)
treed76aaaae1e66208bd2512ec76a5bef4489e159c3 /drivers/target
parenttarget: Fix max_cmd_sn increment w/o cmdsn mutex regressions (diff)
downloadlinux-dev-4824640ec3fc84337cb2baa9fb780e95864feb88.tar.xz
linux-dev-4824640ec3fc84337cb2baa9fb780e95864feb88.zip
target/user: Remove unused variable
We don't use it any more. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/target_core_user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_user.c b/drivers/target/target_core_user.c
index c448ef421ce7..9fd50be4aab6 100644
--- a/drivers/target/target_core_user.c
+++ b/drivers/target/target_core_user.c
@@ -577,7 +577,6 @@ static void tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *
static unsigned int tcmu_handle_completions(struct tcmu_dev *udev)
{
struct tcmu_mailbox *mb;
- LIST_HEAD(cpl_cmds);
unsigned long flags;
int handled = 0;