diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/raid/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/bitmap.h b/include/linux/raid/bitmap.h index 6db9a4c15355..dd5a05d03d4f 100644 --- a/include/linux/raid/bitmap.h +++ b/include/linux/raid/bitmap.h | |||
@@ -232,6 +232,7 @@ struct bitmap { | |||
232 | struct page **filemap; /* list of cache pages for the file */ | 232 | struct page **filemap; /* list of cache pages for the file */ |
233 | unsigned long *filemap_attr; /* attributes associated w/ filemap pages */ | 233 | unsigned long *filemap_attr; /* attributes associated w/ filemap pages */ |
234 | unsigned long file_pages; /* number of pages in the file */ | 234 | unsigned long file_pages; /* number of pages in the file */ |
235 | int last_page_size; /* bytes in the last page */ | ||
235 | 236 | ||
236 | unsigned long flags; | 237 | unsigned long flags; |
237 | 238 | ||