From: Nicholas Bellinger Date: Wed, 4 Jun 2014 01:28:25 +0000 (-0700) Subject: iscsi-target: Remove no-op from iscsit_tpg_del_portal_group X-Git-Tag: omap-for-v3.16/fixes-against-rc1~26^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5256ffdbdc1cb7e5ea69727698079c6f31b59a4f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed