IB/iser: Remove '.' from log message
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
74ce897b7c
commit
1156cc80f8
@ -905,6 +905,7 @@ iscsi_iser_ep_disconnect(struct iscsi_endpoint *ep)
|
|||||||
mutex_unlock(&iser_conn->state_mutex);
|
mutex_unlock(&iser_conn->state_mutex);
|
||||||
iser_conn_release(iser_conn);
|
iser_conn_release(iser_conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
iscsi_destroy_endpoint(ep);
|
iscsi_destroy_endpoint(ep);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1079,7 +1080,7 @@ static void __exit iser_exit(void)
|
|||||||
|
|
||||||
if (!connlist_empty) {
|
if (!connlist_empty) {
|
||||||
iser_err("Error cleanup stage completed but we still have iser "
|
iser_err("Error cleanup stage completed but we still have iser "
|
||||||
"connections, destroying them anyway.\n");
|
"connections, destroying them anyway\n");
|
||||||
list_for_each_entry_safe(iser_conn, n, &ig.connlist,
|
list_for_each_entry_safe(iser_conn, n, &ig.connlist,
|
||||||
conn_list) {
|
conn_list) {
|
||||||
iser_conn_release(iser_conn);
|
iser_conn_release(iser_conn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user