diff options
Diffstat (limited to 'drivers/md/raid5-log.h')
| -rw-r--r-- | drivers/md/raid5-log.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/raid5-log.h b/drivers/md/raid5-log.h index 27097101ccca..328d67aedda4 100644 --- a/drivers/md/raid5-log.h +++ b/drivers/md/raid5-log.h @@ -28,7 +28,8 @@ extern void r5c_flush_cache(struct r5conf *conf, int num);  extern void r5c_check_stripe_cache_usage(struct r5conf *conf);  extern void r5c_check_cached_full_stripe(struct r5conf *conf);  extern struct md_sysfs_entry r5c_journal_mode; -extern void r5c_update_on_rdev_error(struct mddev *mddev); +extern void r5c_update_on_rdev_error(struct mddev *mddev, +				     struct md_rdev *rdev);  extern bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect);  extern struct dma_async_tx_descriptor *  |