diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-08-22 21:26:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-22 21:26:02 -0700 |
| commit | ca995ff707058da94db1a47707bfa045c25ddaf9 (patch) | |
| tree | 6301ca1f8644dcf397c15d40d6a3e04362640e74 /include/linux/raid/multipath.h | |
| parent | 97560787558d3cee6caaa1a4b773efec25ef6193 (diff) | |
[PATCH] md: Store rdev instead of bdev in per-personality status arrays
Holding the rdev instead of the bdev does cause an extra
de-reference, but it is conceptually cleaner and will allow
lots more tidying up.
Diffstat (limited to 'include/linux/raid/multipath.h')
| -rw-r--r-- | include/linux/raid/multipath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/multipath.h b/include/linux/raid/multipath.h index 6ceb343eedb0..c78b14d61aff 100644 --- a/include/linux/raid/multipath.h +++ b/include/linux/raid/multipath.h @@ -5,7 +5,7 @@ #include <linux/bio.h> struct multipath_info { - struct block_device *bdev; + mdk_rdev_t *rdev; /* * State bits: |
