]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/automount.h
cryptsetup: mention correct action in log message
[thirdparty/systemd.git] / src / core / automount.h
index 4b0c633b79e1e83195fdd53077d024e28f12d3d4..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;
@@ -22,6 +21,7 @@ struct Automount {
         AutomountState state, deserialized_state;
 
         char *where;
+        char *extra_options;
         usec_t timeout_idle_usec;
 
         int pipe_fd;