diff options
Diffstat (limited to 'drivers/md/bitmap.h')
-rw-r--r-- | drivers/md/bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bitmap.h b/drivers/md/bitmap.h index 162ab095b866..26689260e179 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h | |||
@@ -197,7 +197,7 @@ struct bitmap { | |||
197 | unsigned long *filemap_attr; /* attributes associated | 197 | unsigned long *filemap_attr; /* attributes associated |
198 | * w/ filemap pages */ | 198 | * w/ filemap pages */ |
199 | unsigned long file_pages; /* number of pages in the file*/ | 199 | unsigned long file_pages; /* number of pages in the file*/ |
200 | int last_page_size; /* bytes in the last page */ | 200 | unsigned long bytes; /* total bytes in the bitmap */ |
201 | } storage; | 201 | } storage; |
202 | 202 | ||
203 | unsigned long flags; | 203 | unsigned long flags; |