|
@@ -68,7 +68,7 @@ static ssize_t nilfs_##name##_attr_store(struct kobject *kobj, \
|
|
|
static const struct sysfs_ops nilfs_##name##_attr_ops = { \
|
|
|
.show = nilfs_##name##_attr_show, \
|
|
|
.store = nilfs_##name##_attr_store, \
|
|
|
-};
|
|
|
+}
|
|
|
|
|
|
#define NILFS_DEV_INT_GROUP_TYPE(name, parent_name) \
|
|
|
static void nilfs_##name##_attr_release(struct kobject *kobj) \
|
|
@@ -84,7 +84,7 @@ static struct kobj_type nilfs_##name##_ktype = { \
|
|
|
.default_attrs = nilfs_##name##_attrs, \
|
|
|
.sysfs_ops = &nilfs_##name##_attr_ops, \
|
|
|
.release = nilfs_##name##_attr_release, \
|
|
|
-};
|
|
|
+}
|
|
|
|
|
|
#define NILFS_DEV_INT_GROUP_FNS(name, parent_name) \
|
|
|
static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \
|