aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2009-01-05 22:05:15 -0500
committerAlasdair G Kergon <agk@redhat.com>2009-01-05 22:05:15 -0500
commitaea53d92f70eeb00ae480e399a997dd55fd5055d (patch)
tree55e087e5e22168ed87f6d51ca0c8557a7678834f /drivers/md/dm-snap.c
parentfe9cf30eb8186ef267d1868dc9f12f2d0f40835a (diff)
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-snap.c')
-rw-r--r--drivers/md/dm-snap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c
index a8005b43a06b..81f03a0e7838 100644
--- a/drivers/md/dm-snap.c
+++ b/drivers/md/dm-snap.c
@@ -21,6 +21,7 @@
21#include <linux/log2.h> 21#include <linux/log2.h>
22#include <linux/dm-kcopyd.h> 22#include <linux/dm-kcopyd.h>
23 23
24#include "dm-exception-store.h"
24#include "dm-snap.h" 25#include "dm-snap.h"
25#include "dm-bio-list.h" 26#include "dm-bio-list.h"
26 27