diff options
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index bee5b852c33f..37e7c17e56a6 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -465,7 +465,7 @@ struct md_personality | |||
465 | struct module *owner; | 465 | struct module *owner; |
466 | void (*make_request)(struct mddev *mddev, struct bio *bio); | 466 | void (*make_request)(struct mddev *mddev, struct bio *bio); |
467 | int (*run)(struct mddev *mddev); | 467 | int (*run)(struct mddev *mddev); |
468 | int (*stop)(struct mddev *mddev); | 468 | void (*free)(struct mddev *mddev, void *priv); |
469 | void (*status)(struct seq_file *seq, struct mddev *mddev); | 469 | void (*status)(struct seq_file *seq, struct mddev *mddev); |
470 | /* error_handler must set ->faulty and clear ->in_sync | 470 | /* error_handler must set ->faulty and clear ->in_sync |
471 | * if appropriate, and should abort recovery if needed | 471 | * if appropriate, and should abort recovery if needed |