|
@@ -1410,8 +1410,18 @@ out:
|
|
|
|
|
|
TF_TPG_BASE_ATTR(lio_target, enable, S_IRUGO | S_IWUSR);
|
|
|
|
|
|
+static ssize_t lio_target_tpg_show_dynamic_sessions(
|
|
|
+ struct se_portal_group *se_tpg,
|
|
|
+ char *page)
|
|
|
+{
|
|
|
+ return target_show_dynamic_sessions(se_tpg, page);
|
|
|
+}
|
|
|
+
|
|
|
+TF_TPG_BASE_ATTR_RO(lio_target, dynamic_sessions);
|
|
|
+
|
|
|
static struct configfs_attribute *lio_target_tpg_attrs[] = {
|
|
|
&lio_target_tpg_enable.attr,
|
|
|
+ &lio_target_tpg_dynamic_sessions.attr,
|
|
|
NULL,
|
|
|
};
|
|
|
|