diff options
author | Jonathan Brassow <jbrassow@redhat.com> | 2009-01-06 06:05:15 +0300 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2009-01-06 06:05:15 +0300 |
commit | aea53d92f70eeb00ae480e399a997dd55fd5055d (patch) | |
tree | 55e087e5e22168ed87f6d51ca0c8557a7678834f /drivers/md/dm-exception-store.c | |
parent | fe9cf30eb8186ef267d1868dc9f12f2d0f40835a (diff) | |
download | linux-aea53d92f70eeb00ae480e399a997dd55fd5055d.tar.xz |
dm snapshot: separate out exception store interface
Pull structures that bridge the gap between snapshot and
exception store out of dm-snap.h and put them in a new
.h file - dm-exception-store.h. This file will define the
API for new exception stores.
Ultimately, dm-snap.h is unnecessary, since only dm-snap.c
should be using it.
Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-exception-store.c')
-rw-r--r-- | drivers/md/dm-exception-store.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-exception-store.c b/drivers/md/dm-exception-store.c index 01590f3e0009..ef152e600cb6 100644 --- a/drivers/md/dm-exception-store.c +++ b/drivers/md/dm-exception-store.c @@ -7,6 +7,7 @@ * This file is released under the GPL. */ +#include "dm-exception-store.h" #include "dm-snap.h" #include <linux/mm.h> |