From 5fc1d9f64e8e037bf400d0d8c5773f8284cb2bf9 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Wed, 24 Apr 2002 23:51:23 -0700 Subject: [PATCH] (15/15) big struct block_device * push (first series) - switch md_error() to struct block_device * - just cleaning up after ->bi_dev switch. --- include/linux/raid/md.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/raid') 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); -- cgit v1.2.3