]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Fix partitions build failure
authorDavid S. Miller <davem@redhat.com>
Mon, 4 Nov 2002 00:41:13 +0000 (16:41 -0800)
committerDavid S. Miller <davem@redhat.com>
Mon, 4 Nov 2002 00:41:13 +0000 (16:41 -0800)
Did the changes that created this line actually build for anyone?
:-)

fs/partitions/check.c

index 5d214993e2fe6f2b8201c7aeaf39638b7f3c8542..2eccb8265d663a1dde00b2087d9444d640654ff7 100644 (file)
@@ -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,