diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-20 03:12:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-20 03:12:52 -0800 |
| commit | b2a0c9757392187e3b72e42e64b0ec0069dcf6e3 (patch) | |
| tree | edc67f4d818cbc882fbc359992779886b0571f93 /include/linux | |
| parent | 24ae74801f33050d04c2c35a56605219bfcee863 (diff) | |
[PATCH] md: Remove the 'disks' array from md which holds the gendisk structures.
From: NeilBrown <neilb@cse.unsw.edu.au>
Move the pointers into mddev. The reduces dependance on MAX_MD_DEVS.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/raid/md_k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 411ca178ea05..7b6e12c45dc9 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h @@ -191,6 +191,8 @@ struct mddev_s int sb_dirty; int ro; + struct gendisk *gendisk; + /* Superblock information */ int major_version, minor_version, |
