diff options
author | Heinz Mauelshagen <hjm@redhat.com> | 2008-04-24 21:43:35 +0100 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2008-04-25 13:26:46 +0100 |
commit | 416cd17b1982217bca3dc41b9f00b0b38fdaadad (patch) | |
tree | dcb73db9876f5b973ad26b47449083b98efad1b6 /drivers/md/dm.h | |
parent | eb69aca5d3370b81450d68edeebc2bb9a3eb9689 (diff) | |
download | op-kernel-dev-416cd17b1982217bca3dc41b9f00b0b38fdaadad.zip op-kernel-dev-416cd17b1982217bca3dc41b9f00b0b38fdaadad.tar.gz |
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 b4584a3..17f2d6a 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h @@ -189,4 +189,10 @@ int dm_lock_for_deletion(struct mapped_device *md); void dm_kobject_uevent(struct mapped_device *md); +/* + * Dirty log + */ +int dm_dirty_log_init(void); +void dm_dirty_log_exit(void); + #endif |