aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/device-mapper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 8cbc46b8e3db..7a48d428d0a1 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -72,6 +72,11 @@ typedef int (*dm_ioctl_fn) (struct dm_target *ti, struct inode *inode,
72void dm_error(const char *message); 72void dm_error(const char *message);
73 73
74/* 74/*
75 * Combine device limits.
76 */
77void dm_set_device_limits(struct dm_target *ti, struct block_device *bdev);
78
79/*
75 * Constructors should call these functions to ensure destination devices 80 * Constructors should call these functions to ensure destination devices
76 * are opened/closed correctly. 81 * are opened/closed correctly.
77 * FIXME: too many arguments. 82 * FIXME: too many arguments.