summaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/backing-dev-defs.h')
-rw-r--r--include/linux/backing-dev-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/backing-dev-defs.h b/include/linux/backing-dev-defs.h
index 8fb740178d5d..1075f2552cfc 100644
--- a/include/linux/backing-dev-defs.h
+++ b/include/linux/backing-dev-defs.h
@@ -185,6 +185,8 @@ struct bdi_writeback {
185}; 185};
186 186
187struct backing_dev_info { 187struct backing_dev_info {
188 u64 id;
189 struct rb_node rb_node; /* keyed by ->id */
188 struct list_head bdi_list; 190 struct list_head bdi_list;
189 unsigned long ra_pages; /* max readahead in PAGE_SIZE units */ 191 unsigned long ra_pages; /* max readahead in PAGE_SIZE units */
190 unsigned long io_pages; /* max allowed IO size */ 192 unsigned long io_pages; /* max allowed IO size */