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:
Vladislav Bolkhovitin
2007-05-31 17:10:55 +00:00
parent be5205f51a
commit 581cb5cd4f
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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);