diff options
| author | NeilBrown <neilb@suse.de> | 2006-10-03 04:15:52 -0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 11:04:17 -0400 | 
| commit | 11ce99e625fe2718ad2682bfdd99070b337e6252 (patch) | |
| tree | 48e40104a058f27e9cd717c42edcf6738fef2372 /include/linux/raid/raid1.h | |
| parent | 867868fb557eb2a2120b80779468fa372584ddb0 (diff) | |
[PATCH] md: Remove working_disks from raid1 state data
It is equivalent to conf->raid_disks - conf->mddev->degraded.
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/raid/raid1.h')
| -rw-r--r-- | include/linux/raid/raid1.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/raid1.h b/include/linux/raid/raid1.h index 3009c813d83d..0a9ba7c3302e 100644 --- a/include/linux/raid/raid1.h +++ b/include/linux/raid/raid1.h  | |||
| @@ -30,7 +30,6 @@ struct r1_private_data_s { | |||
| 30 | mddev_t *mddev; | 30 | mddev_t *mddev; | 
| 31 | mirror_info_t *mirrors; | 31 | mirror_info_t *mirrors; | 
| 32 | int raid_disks; | 32 | int raid_disks; | 
| 33 | int working_disks; | ||
| 34 | int last_used; | 33 | int last_used; | 
| 35 | sector_t next_seq_sect; | 34 | sector_t next_seq_sect; | 
| 36 | spinlock_t device_lock; | 35 | spinlock_t device_lock; | 
