kfree(aim_obj);
}
-static ssize_t add_link_show(struct most_aim_obj *aim_obj,
- struct most_aim_attribute *attr,
- char *buf)
+static ssize_t links_show(struct most_aim_obj *aim_obj,
+ struct most_aim_attribute *attr,
+ char *buf)
{
struct most_c_obj *c;
struct most_inst_obj *i;
return offs;
}
+static struct most_aim_attribute most_aim_attr_links =
+ __ATTR_RO(links);
+
/**
* split_string - parses and changes string in the buffer buf and
* splits it into two mandatory and one optional substrings.
}
static struct most_aim_attribute most_aim_attr_add_link =
- __ATTR_RW(add_link);
+ __ATTR_WO(add_link);
/**
* remove_link_store - store function for remove_link attribute
__ATTR_WO(remove_link);
static struct attribute *most_aim_def_attrs[] = {
+ &most_aim_attr_links.attr,
&most_aim_attr_add_link.attr,
&most_aim_attr_remove_link.attr,
NULL,