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/include/linux/device-mapper.h b/include/linux/device-mapper.h index cb78457..4db2337 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h
@@ -10,6 +10,8 @@ #ifdef __KERNEL__ +#include <linux/bio.h> + struct dm_target; struct dm_table; struct dm_dev;