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 df4aeb6ac6f0..30210b9c4ef9 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h | |||
@@ -225,7 +225,7 @@ struct bitmap { | |||
225 | wait_queue_head_t overflow_wait; | 225 | wait_queue_head_t overflow_wait; |
226 | wait_queue_head_t behind_wait; | 226 | wait_queue_head_t behind_wait; |
227 | 227 | ||
228 | struct sysfs_dirent *sysfs_can_clear; | 228 | struct kernfs_node *sysfs_can_clear; |
229 | }; | 229 | }; |
230 | 230 | ||
231 | /* the bitmap API */ | 231 | /* the bitmap API */ |