mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 06:26:44 +00:00
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:
@@ -79,6 +79,7 @@ MODULE_AUTHOR("Vu Pham and Bart Van Assche");
|
||||
MODULE_DESCRIPTION("SCSI RDMA Protocol target driver "
|
||||
"v" DRV_VERSION " (" DRV_RELDATE ")");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
MODULE_IMPORT_NS(SCST);
|
||||
|
||||
/*
|
||||
* Global Variables
|
||||
|
||||
Reference in New Issue
Block a user