git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f4c09
)
target: Convert se_device statistics to atomic_long_t
author
Nicholas Bellinger
<nab@linux-iscsi.org>
Thu, 14 Nov 2013 02:34:55 +0000
(18:34 -0800)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Thu, 14 Nov 2013 02:34:55 +0000
(18:34 -0800)
This patch converts the handful of se_device statistics to type
atomic_long_t, instead of using se_device->stats_lock when
incrementing these values.
More importantly, go ahead and drop the spinlock usage within
transport_lookup_cmd_lun() fast-path code.
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found