aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r--include/linux/device-mapper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index a7e6903866fd..3829bee2302a 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -255,6 +255,12 @@ struct dm_target {
255 unsigned num_write_same_bios; 255 unsigned num_write_same_bios;
256 256
257 /* 257 /*
258 * The number of WRITE ZEROES bios that will be submitted to the target.
259 * The bio number can be accessed with dm_bio_get_target_bio_nr.
260 */
261 unsigned num_write_zeroes_bios;
262
263 /*
258 * The minimum number of extra bytes allocated in each io for the 264 * The minimum number of extra bytes allocated in each io for the
259 * target to use. 265 * target to use.
260 */ 266 */