diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index b4584a39383b..17f2d6a8b124 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -189,4 +189,10 @@ int dm_lock_for_deletion(struct mapped_device *md); | |||
189 | 189 | ||
190 | void dm_kobject_uevent(struct mapped_device *md); | 190 | void dm_kobject_uevent(struct mapped_device *md); |
191 | 191 | ||
192 | /* | ||
193 | * Dirty log | ||
194 | */ | ||
195 | int dm_dirty_log_init(void); | ||
196 | void dm_dirty_log_exit(void); | ||
197 | |||
192 | #endif | 198 | #endif |