diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-04-24 23:51:23 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-04-24 23:51:23 -0700 |
| commit | 5fc1d9f64e8e037bf400d0d8c5773f8284cb2bf9 (patch) | |
| tree | 4b8d3262b91ad9ab733ec14318b9e172cb15a144 /include/linux/raid | |
| parent | ea3944947f3f8fde8a8c292ddf1558eab74dd03d (diff) | |
[PATCH] (15/15) big struct block_device * push (first series)
- switch md_error() to struct block_device * - just cleaning up
after ->bi_dev switch.
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index 87ab6e773fa7..bf586df47298 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h @@ -86,7 +86,7 @@ extern void md_recover_arrays (void); extern int md_check_ordering (mddev_t *mddev); extern int md_notify_reboot(struct notifier_block *this, unsigned long code, void *x); -extern int md_error (mddev_t *mddev, kdev_t rdev); +extern int md_error (mddev_t *mddev, struct block_device *bdev); extern int md_run_setup(void); extern void md_print_devices (void); |
