From 1d0efdeea9ed99396066e652052fae7e9dbe5563 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 14 Nov 2013 08:50:29 +0000 Subject: [PATCH] iscsi-scst: Procfs build fix for r5101 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5109 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/conn.c b/iscsi-scst/kernel/conn.c index ffedc9b57..fff43f035 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -93,7 +93,7 @@ void conn_info_show(struct seq_file *seq, struct iscsi_session *session) char buf[64]; #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 32) - lockdep_assert_held(&target->target_mutex); + lockdep_assert_held(&session->target->target_mutex); #endif list_for_each_entry(conn, &session->conn_list, conn_list_entry) {