diff options
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index ae7aec3cabee..524ec96f5a23 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -141,6 +141,9 @@ struct gendisk { | |||
141 | struct disk_stats dkstats; | 141 | struct disk_stats dkstats; |
142 | #endif | 142 | #endif |
143 | struct work_struct async_notify; | 143 | struct work_struct async_notify; |
144 | #ifdef CONFIG_BLK_DEV_INTEGRITY | ||
145 | struct blk_integrity *integrity; | ||
146 | #endif | ||
144 | }; | 147 | }; |
145 | 148 | ||
146 | /* | 149 | /* |