summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-12 20:12:35 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-12 20:12:35 +0100
commit7d54a03a877e9c3f3f3087401ac4ccc1e12c78ea (patch)
tree78a31d0d499781e6dd584677e3dbcd8c0398b787 /src/core/mount.h
parentb1acce80cd60fe95f16df2f1ad23ff2ad82d08e5 (diff)
core: retry unmounting until we are done, in case of stacked mounts
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 2dcb663cb..d6987e6fa 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -112,6 +112,8 @@ struct Mount {
pid_t control_pid;
sd_event_source *timer_event_source;
+
+ unsigned n_retry_umount;
};
extern const UnitVTable mount_vtable;