diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-07-18 19:08:56 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-07-18 19:08:56 -0700 |
| commit | 03aa5c1c992f25689b3c2d548b8ce5f5050cdfa7 (patch) | |
| tree | a3d1d1b6da9f2dbf803b6a901513b8a136a686e3 /include | |
| parent | 999a2029f386dc3807f93370e4d14d9ac954dd0d (diff) | |
[PATCH] MD - Remove concept of 'spare' drive for multipath.
Remove concept of 'spare' drive for multipath.
Multipath now treats all working devices as
active and does io to to first working one.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/raid/multipath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/multipath.h b/include/linux/raid/multipath.h index bd245bbcd845..4b7e3c0dc792 100644 --- a/include/linux/raid/multipath.h +++ b/include/linux/raid/multipath.h @@ -13,7 +13,6 @@ struct multipath_info { * State bits: */ int operational; - int spare; int used_slot; }; |
