commit | 416cd17b1982217bca3dc41b9f00b0b38fdaadad | [log] [tgz] |
---|---|---|
author | Heinz Mauelshagen <hjm@redhat.com> | Thu Apr 24 21:43:35 2008 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Apr 25 13:26:46 2008 +0100 |
tree | dcb73db9876f5b973ad26b47449083b98efad1b6 | |
parent | eb69aca5d3370b81450d68edeebc2bb9a3eb9689 [diff] [blame] |
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>
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index b4584a3..17f2d6a 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h
@@ -189,4 +189,10 @@ void dm_kobject_uevent(struct mapped_device *md); +/* + * Dirty log + */ +int dm_dirty_log_init(void); +void dm_dirty_log_exit(void); + #endif