diff options
Diffstat (limited to 'drivers/md/bitmap.h')
-rw-r--r-- | drivers/md/bitmap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/md/bitmap.h b/drivers/md/bitmap.h index b2a127e891a..a28f2e5588c 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h | |||
@@ -212,10 +212,6 @@ struct bitmap { | |||
212 | unsigned long file_pages; /* number of pages in the file */ | 212 | unsigned long file_pages; /* number of pages in the file */ |
213 | int last_page_size; /* bytes in the last page */ | 213 | int last_page_size; /* bytes in the last page */ |
214 | 214 | ||
215 | unsigned long logattrs; /* used when filemap_attr doesn't exist | ||
216 | * because we are working with a dirty_log | ||
217 | */ | ||
218 | |||
219 | unsigned long flags; | 215 | unsigned long flags; |
220 | 216 | ||
221 | int allclean; | 217 | int allclean; |
@@ -237,7 +233,6 @@ struct bitmap { | |||
237 | wait_queue_head_t behind_wait; | 233 | wait_queue_head_t behind_wait; |
238 | 234 | ||
239 | struct sysfs_dirent *sysfs_can_clear; | 235 | struct sysfs_dirent *sysfs_can_clear; |
240 | |||
241 | }; | 236 | }; |
242 | 237 | ||
243 | /* the bitmap API */ | 238 | /* the bitmap API */ |