]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/automount.h
Revert "core: Propagate condition failed state to triggering units."
[thirdparty/systemd.git] / src / core / automount.h
index 684f2759a6d223d6cc0d955ae1eeef7171274600..e413f237cad3e77d1edbe74ec6240edbde33f92f 100644 (file)
@@ -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;