Messages in this thread Patch in this message |  | | | From | NeilBrown <> | | Date | Thu, 30 Mar 2006 16:52:47 +1100 | | Subject | [PATCH 003 of 3] md: Raid-6 did not create sysfs entries for stripe cache |
Signed-off-by: Brad Campbell <brad@wasp.net.au> Signed-off-by: Neil Brown <neilb@suse.de>
### Diffstat output ./drivers/md/raid6main.c | 2 ++ 1 file changed, 2 insertions(+) diff ./drivers/md/raid6main.c~current~ ./drivers/md/raid6main.c --- ./drivers/md/raid6main.c~current~ 2006-03-30 16:48:30.000000000 +1100 +++ ./drivers/md/raid6main.c 2006-03-30 16:48:52.000000000 +1100 @@ -2151,6 +2151,8 @@ static int run(mddev_t *mddev) } /* Ok, everything is just fine now */ + sysfs_create_group(&mddev->kobj, &raid6_attrs_group); + mddev->array_size = mddev->size * (mddev->raid_disks - 2); mddev->queue->unplug_fn = raid6_unplug_device; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |