diff options
author | Heinz Mauelshagen <hjm@redhat.com> | 2008-04-24 16:43:35 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2008-04-25 08:26:46 -0400 |
commit | 416cd17b1982217bca3dc41b9f00b0b38fdaadad (patch) | |
tree | dcb73db9876f5b973ad26b47449083b98efad1b6 /drivers/md/dm.h | |
parent | eb69aca5d3370b81450d68edeebc2bb9a3eb9689 (diff) |
dm log: clean interface
Clean up the dm-log interface to prepare for publishing it in include/linux.
Signed-off-by: Heinz Mauelshagen <hjm@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
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 |