scst, fcst, iscsi-scst, qla2x00t, srpt: Add module namespace support

This patch adds support for kernel module namespaces. This patch is essential
when using SCST in combination with kernel version v5.4 or later.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8673 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-11-30 00:54:20 +00:00
parent df61d43643
commit f22d4bb63b
20 changed files with 31 additions and 3 deletions
+2
View File
@@ -85,5 +85,7 @@ static void __exit ft_module_exit(void)
MODULE_AUTHOR("Joe Eykholt <jeykholt@cisco.com>");
MODULE_DESCRIPTION("SCST FCoE target driver v" FT_VERSION);
MODULE_LICENSE("GPL v2");
MODULE_IMPORT_NS(SCST);
module_init(ft_module_init);
module_exit(ft_module_exit);