From ab1f0f80adcddbbffba916a2f4705fd8075b63b3 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 3 Nov 2002 16:41:13 -0800 Subject: [PATCH] [PATCH] Fix partitions build failure Did the changes that created this line actually build for anyone? :-) --- fs/partitions/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/partitions/check.c b/fs/partitions/check.c index 5d214993e2fe..2eccb8265d66 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c @@ -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, -- 2.39.5