diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-06-18 04:16:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-18 04:16:00 -0700 |
| commit | 26d2d54293dc020c5ab42a3f804fea2590c79780 (patch) | |
| tree | 41df37ffecf20f375262be40053889e326d9fde0 /include/linux/raid | |
| parent | d68884874e806edd0aba98dce3559f1a6f19c3cb (diff) | |
[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.
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_k.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |
