diff options
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index 8209e08969f9..ded2d7c42668 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
@@ -116,7 +116,6 @@ void dm_put_device(struct dm_target *ti, struct dm_dev *d); | |||
116 | /* | 116 | /* |
117 | * Target features | 117 | * Target features |
118 | */ | 118 | */ |
119 | #define DM_TARGET_SUPPORTS_BARRIERS 0x00000001 | ||
120 | 119 | ||
121 | struct target_type { | 120 | struct target_type { |
122 | uint64_t features; | 121 | uint64_t features; |
@@ -139,6 +138,9 @@ struct target_type { | |||
139 | dm_ioctl_fn ioctl; | 138 | dm_ioctl_fn ioctl; |
140 | dm_merge_fn merge; | 139 | dm_merge_fn merge; |
141 | dm_busy_fn busy; | 140 | dm_busy_fn busy; |
141 | |||
142 | /* For internal device-mapper use. */ | ||
143 | struct list_head list; | ||
142 | }; | 144 | }; |
143 | 145 | ||
144 | struct io_restrictions { | 146 | struct io_restrictions { |