aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-06 14:30:53 +0100
committerMark Brown <broonie@linaro.org>2013-10-06 14:30:53 +0100
commita3dfd8c06351968f2ec42feb1ae8dfab8b481225 (patch)
treecd1066e0f76e02c6f1105f96b346be5d1e63896f /include
parent18d8ff256f495bee7bcf016d9006d4b330e29260 (diff)
parentcac65253a9c5a30d4c8d7bc4c60197935f9e2e70 (diff)
Merge tag 'v3.10.15' into linux-linaro-lsk
This is the 3.10.15 stable release
Diffstat (limited to 'include')
-rw-r--r--include/linux/device-mapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 3cd32478f2f..ef5bd3ff7eb 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -405,13 +405,14 @@ int dm_noflush_suspending(struct dm_target *ti);
union map_info *dm_get_mapinfo(struct bio *bio);
union map_info *dm_get_rq_mapinfo(struct request *rq);
+struct queue_limits *dm_get_queue_limits(struct mapped_device *md);
+
/*
* Geometry functions.
*/
int dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo);
int dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo);
-
/*-----------------------------------------------------------------
* Functions for manipulating device-mapper tables.
*---------------------------------------------------------------*/