summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_tmr.c
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2015-07-21 17:45:32 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2015-07-31 00:06:12 -0700
commit9c31820b6ab93ec298ad98abeee49759b5f5958c (patch)
treef48d69d00a8084cca319ac237e4e0bd356897fb2 /drivers/target/target_core_tmr.c
parent45182ed576898b846a98ac3bff2ddcb9d35a0181 (diff)
target: Remove cmd->se_ordered_id (unused except debug log lines)
For every command, we set se_ordered_id by doing atomic_inc_return on dev->dev_ordered_id for the corresponding device. However, the only places this value gets used are in pr_debug() calls, which doesn't seem worth an extra atomic op per IO. Signed-off-by: Roland Dreier <roland@purestorage.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_tmr.c')
0 files changed, 0 insertions, 0 deletions