aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r--drivers/md/md.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 6e7e3495f6e4..c88b04745e85 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -318,6 +318,7 @@ struct mddev_s
318 struct bio *barrier; 318 struct bio *barrier;
319 atomic_t flush_pending; 319 atomic_t flush_pending;
320 struct work_struct barrier_work; 320 struct work_struct barrier_work;
321 struct work_struct event_work; /* used by dm to report failure event */
321}; 322};
322 323
323 324