blob: e3b15232188beade5318537cb238a6827a74a523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- iscsi-scst/kernel/config.c 2009/05/11 17:24:51 841
+++ iscsi-scst/kernel/config.c 2009/07/08 17:27:30 938
@@ -203,7 +203,9 @@
goto out;
}
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
proc_iscsi_dir->owner = THIS_MODULE;
+#endif
err = iscsi_proc_log_entry_build(&iscsi_template);
if (err < 0)
|