commit | 5256ffdbdc1cb7e5ea69727698079c6f31b59a4f | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Jun 03 18:28:25 2014 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Jun 05 19:44:40 2014 -0700 |
tree | 18c0e4a09fbe526b57ee8cb94529240b714c4726 | |
parent | 3160723c49605965628c3ee7699e5e956c4f8f51 [diff] |
iscsi-target: Remove no-op from iscsit_tpg_del_portal_group This patch removes a no-op iscsit_clear_tpg_np_login_threads() call in iscsit_tpg_del_portal_group(), which is unnecessary because iscsit_tpg_del_portal_group() can only ever be removed from configfs once all of the child network portals have been released. Also, go ahed and make iscsit_clear_tpg_np_login_threads() declared as static. Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>