From 26d2d54293dc020c5ab42a3f804fea2590c79780 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 18 Jun 2002 04:16:00 -0700 Subject: [PATCH] md 6 of 22 - Discard "param" from mddev structure It isn't needed. Only the chunksize is used, and it can be found in the superblock. --- include/linux/raid/md_k.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/raid') diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 94ed760bd221..0862a7fd668c 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h @@ -199,7 +199,6 @@ struct mddev_s int nb_dev; struct list_head disks; int sb_dirty; - mdu_param_t param; int ro; unsigned long curr_resync; /* blocks scheduled */ unsigned long resync_mark; /* a recent timestamp */ -- cgit v1.2.3