commit | a51d5229d10dd3a337b674ce8603437d2996c5c3 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Sat Nov 23 10:35:58 2013 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Dec 11 10:59:45 2013 -0800 |
tree | a95dc5c926f418a1906fc454b6545ebdee163093 | |
parent | 2306bfb208b9c403592a0513b08f2e6ad53056d5 [diff] |
target: Remove write-only stats fields and lock from struct se_node_acl Commit 04f3b31bff72 ("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>