diff options
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 32c8ce81248b..1ab534c909fe 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h | |||
@@ -630,4 +630,5 @@ extern void r5l_write_stripe_run(struct r5l_log *log); | |||
630 | extern void r5l_flush_stripe_to_raid(struct r5l_log *log); | 630 | extern void r5l_flush_stripe_to_raid(struct r5l_log *log); |
631 | extern void r5l_stripe_write_finished(struct stripe_head *sh); | 631 | extern void r5l_stripe_write_finished(struct stripe_head *sh); |
632 | extern int r5l_handle_flush_request(struct r5l_log *log, struct bio *bio); | 632 | extern int r5l_handle_flush_request(struct r5l_log *log, struct bio *bio); |
633 | extern void r5l_quiesce(struct r5l_log *log, int state); | ||
633 | #endif | 634 | #endif |