summaryrefslogtreecommitdiff
path: root/src/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mount.h')
-rw-r--r--src/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.h b/src/mount.h
index 920a70dfab..8d8c738b07 100644
--- a/src/mount.h
+++ b/src/mount.h
@@ -39,7 +39,7 @@ typedef enum MountState {
MOUNT_REMOUNTING_SIGKILL,
MOUNT_UNMOUNTING_SIGTERM,
MOUNT_UNMOUNTING_SIGKILL,
- MOUNT_MAINTENANCE,
+ MOUNT_FAILED,
_MOUNT_STATE_MAX,
_MOUNT_STATE_INVALID = -1
} MountState;