diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 293d5ce62a21..c307ca9a4c33 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -47,6 +47,7 @@ | |||
47 | * Suspend feature flags | 47 | * Suspend feature flags |
48 | */ | 48 | */ |
49 | #define DM_SUSPEND_LOCKFS_FLAG (1 << 0) | 49 | #define DM_SUSPEND_LOCKFS_FLAG (1 << 0) |
50 | #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1) | ||
50 | 51 | ||
51 | /* | 52 | /* |
52 | * List of devices that a metadevice uses and should open/close. | 53 | * List of devices that a metadevice uses and should open/close. |