diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-04-24 23:50:17 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-04-24 23:50:17 -0700 |
| commit | eec08e21be012356dc94b0266419696f53b8d5d8 (patch) | |
| tree | cb75bc7bdae96f983d66f92d295813efc3c2aad4 /include/linux/raid | |
| parent | 5651c8e7a2d5af7e9f60a17c1236e9dec5411372 (diff) | |
[PATCH] (8/15) big struct block_device * push (first series)
- md/raid1.c - bring struct block_device * into private data.
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/raid1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/raid1.h b/include/linux/raid/raid1.h index 8c96e84c661b..3185c754e3fb 100644 --- a/include/linux/raid/raid1.h +++ b/include/linux/raid/raid1.h @@ -9,6 +9,7 @@ struct mirror_info { int number; int raid_disk; kdev_t dev; + struct block_device *bdev; sector_t head_position; atomic_t nr_pending; |
