mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user