Commit ab1f0f80 authored by David S. Miller's avatar David S. Miller

[PATCH] Fix partitions build failure

Did the changes that created this line actually build for anyone?
:-)
parent 6d937f0a
......@@ -299,7 +299,7 @@ static ssize_t part_attr_show(struct kobject * kobj, struct attribute * attr,
}
static struct sysfs_ops part_sysfs_ops = {
.show part_attr_show,
.show = part_attr_show,
};
static ssize_t part_dev_read(struct hd_struct * p,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment