aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-04-07 19:55:13 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-04-15 08:28:09 +0200
commit8f3d8ba20e67991b531e9c0227dcd1f99271a32c (patch)
tree337efd46f067ce3b7eeab0c3627b02a7edef4afd /drivers/md/dm-snap.c
parent0882e8dd3aad33eca41696d463bb896e6c8817eb (diff)
downloadkernel_samsung_smdk4412-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.zip
kernel_samsung_smdk4412-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.tar.gz
kernel_samsung_smdk4412-8f3d8ba20e67991b531e9c0227dcd1f99271a32c.tar.bz2
block: move bio list helpers into bio.h
It's used by DM and MD and generally useful, so move the bio list helpers into bio.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/md/dm-snap.c')
-rw-r--r--drivers/md/dm-snap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c
index 981a041..d73f17f 100644
--- a/drivers/md/dm-snap.c
+++ b/drivers/md/dm-snap.c
@@ -22,7 +22,6 @@
#include <linux/workqueue.h>
#include "dm-exception-store.h"
-#include "dm-bio-list.h"
#define DM_MSG_PREFIX "snapshots"