diff options
| -rw-r--r-- | drivers/block/xen-blkback/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 9ad3b5ec1dc1..9a54623e52d7 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
| @@ -158,8 +158,8 @@ struct xen_vbd { | |||
| 158 | struct block_device *bdev; | 158 | struct block_device *bdev; |
| 159 | /* Cached size parameter. */ | 159 | /* Cached size parameter. */ |
| 160 | sector_t size; | 160 | sector_t size; |
| 161 | bool flush_support; | 161 | unsigned int flush_support:1; |
| 162 | bool discard_secure; | 162 | unsigned int discard_secure:1; |
| 163 | }; | 163 | }; |
| 164 | 164 | ||
| 165 | struct backend_info; | 165 | struct backend_info; |
