summaryrefslogtreecommitdiff
path: root/src/core/automount.h
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2021-12-17 19:39:29 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2021-12-17 19:39:29 +0100
commit40f41f34d4af15d0147b5b2525f0b87ff62eae9a (patch)
treed4f998414eb62586a59534e875b5fb85f210d116 /src/core/automount.h
parent415d7d774ab8bb46fae18dbb8aa4a69e0ad88b57 (diff)
downloadsystemd-40f41f34d4af15d0147b5b2525f0b87ff62eae9a.tar.gz
Revert "core: Propagate condition failed state to triggering units."
This reverts commit 12ab94a1e4961a39c32efb60b71866ab588d3ea2.
Diffstat (limited to 'src/core/automount.h')
-rw-r--r--src/core/automount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/automount.h b/src/core/automount.h
index 684f2759a6..e413f237ca 100644
--- a/src/core/automount.h
+++ b/src/core/automount.h
@@ -11,7 +11,6 @@ typedef enum AutomountResult {
AUTOMOUNT_FAILURE_UNMOUNTED,
AUTOMOUNT_FAILURE_START_LIMIT_HIT,
AUTOMOUNT_FAILURE_MOUNT_START_LIMIT_HIT,
- AUTOMOUNT_FAILURE_MOUNT_CONDITION_FAILED,
_AUTOMOUNT_RESULT_MAX,
_AUTOMOUNT_RESULT_INVALID = -EINVAL,
} AutomountResult;