aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r--drivers/md/dm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index a48ec5e3c1f4..81c98d6e35e9 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -33,6 +33,11 @@
33#define SECTOR_SHIFT 9 33#define SECTOR_SHIFT 9
34 34
35/* 35/*
36 * Suspend feature flags
37 */
38#define DM_SUSPEND_LOCKFS_FLAG (1 << 0)
39
40/*
36 * List of devices that a metadevice uses and should open/close. 41 * List of devices that a metadevice uses and should open/close.
37 */ 42 */
38struct dm_dev { 43struct dm_dev {