]> git.baikalelectronics.ru Git - kernel.git/commit
target: Remove write-only stats fields and lock from struct se_node_acl
authorRoland Dreier <roland@purestorage.com>
Sat, 23 Nov 2013 18:35:58 +0000 (10:35 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 11 Dec 2013 18:59:45 +0000 (10:59 -0800)
commit9fe081961cfb02f796e0f21b9dfffcf3196b4dc6
treea95dc5c926f418a1906fc454b6545ebdee163093
parent39b0e0d7d7c95bc069ee9d5924cc66bf88a594ea
target: Remove write-only stats fields and lock from struct se_node_acl

Commit 4d6d15df0a2d ("iscsi-target: Convert iscsi_session statistics to
atomic_long_t") removed the updating of these fields in iscsi (the only
fabric driver that ever touched these counters), and the core has no way
to report or otherwise use the values.  Remove the last remnants of
these counters.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_tpg.c
include/target/target_core_base.h