mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Support for per-target default security groups added
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@120 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -47,6 +47,7 @@ EXTRA_CFLAGS += -I$(LSI_INC_DIR)
|
||||
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
obj-$(CONFIG_FUSION_SCST) += mpt_scst.o
|
||||
#obj-m += mpt_scst.o
|
||||
|
||||
else
|
||||
|
||||
|
||||
@@ -376,7 +376,7 @@ mptstm_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||
atomic_set(&tgt->sess_count, 0);
|
||||
init_waitqueue_head(&tgt->waitQ);
|
||||
|
||||
tgt->scst_tgt = scst_register(&tgt_template);
|
||||
tgt->scst_tgt = scst_register(&tgt_template, NULL);
|
||||
if (tgt->scst_tgt == NULL) {
|
||||
PRINT_ERROR(MYNAM ": scst_register() "
|
||||
"failed for host %p", pdev);
|
||||
|
||||
Reference in New Issue
Block a user