summaryrefslogtreecommitdiffstats
path: root/include/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block.h')
-rw-r--r--include/block.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/block.h b/include/block.h
index bd87efdc62..a1de266194 100644
--- a/include/block.h
+++ b/include/block.h
@@ -24,6 +24,9 @@ struct block_device {
int rdbufsize;
int blkmask;
+ loff_t discard_start;
+ loff_t discard_size;
+
struct list_head buffered_blocks;
struct list_head idle_blocks;