|
@@ -40,6 +40,7 @@
|
|
|
#include <target/target_core_fabric.h>
|
|
|
|
|
|
#include "target_core_internal.h"
|
|
|
+#include "target_core_pr.h"
|
|
|
|
|
|
extern struct se_device *g_lun0_dev;
|
|
|
|
|
@@ -166,6 +167,13 @@ void core_tpg_add_node_to_devs(
|
|
|
|
|
|
core_enable_device_list_for_node(lun, NULL, lun->unpacked_lun,
|
|
|
lun_access, acl, tpg);
|
|
|
+ /*
|
|
|
+ * Check to see if there are any existing persistent reservation
|
|
|
+ * APTPL pre-registrations that need to be enabled for this dynamic
|
|
|
+ * LUN ACL now..
|
|
|
+ */
|
|
|
+ core_scsi3_check_aptpl_registration(dev, tpg, lun, acl,
|
|
|
+ lun->unpacked_lun);
|
|
|
spin_lock(&tpg->tpg_lun_lock);
|
|
|
}
|
|
|
spin_unlock(&tpg->tpg_lun_lock);
|