aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 38d27a10aa5d..d1f6cd8486f2 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -205,6 +205,11 @@ struct dm_target {
205 */ 205 */
206 unsigned num_discard_requests; 206 unsigned num_discard_requests;
207 207
208 /*
209 * The number of WRITE SAME requests that will be submitted to the target.
210 */
211 unsigned num_write_same_requests;
212
208 /* target specific data */ 213 /* target specific data */
209 void *private; 214 void *private;
210 215