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
This commit is contained in:
Bart Van Assche
2013-11-14 08:50:29 +00:00
parent 91a2c481a6
commit 1d0efdeea9

View File

@@ -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) {