diff options
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index c1ba76c7c0e5..8209e08969f9 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
@@ -112,7 +112,14 @@ void dm_put_device(struct dm_target *ti, struct dm_dev *d); | |||
112 | /* | 112 | /* |
113 | * Information about a target type | 113 | * Information about a target type |
114 | */ | 114 | */ |
115 | |||
116 | /* | ||
117 | * Target features | ||
118 | */ | ||
119 | #define DM_TARGET_SUPPORTS_BARRIERS 0x00000001 | ||
120 | |||
115 | struct target_type { | 121 | struct target_type { |
122 | uint64_t features; | ||
116 | const char *name; | 123 | const char *name; |
117 | struct module *module; | 124 | struct module *module; |
118 | unsigned version[3]; | 125 | unsigned version[3]; |