commit | 5821783bcaa94f4a00d65effb3fb8937b08cb2ae | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jun 13 14:29:09 2017 +0100 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Jul 06 23:11:34 2017 -0700 |
tree | c3200dfda7d35f1fb4f62d5616188c02f3fd6b4e | |
parent | 07932a023af3cd728390ffdaeffb78e357123181 [diff] |
tcmu: make array tcmu_attrib_attrs static const The array tcmu_attrib_attrs does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'tcmu_attrib_attrs' was not declared. Should it be static?" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>