summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorbrulon <barron@lexmark.com>2016-08-26 11:57:22 -0400
committerLennart Poettering <lennart@poettering.net>2016-08-26 17:57:22 +0200
commite520950a03419957875034bc27795b0b81d8e793 (patch)
tree09fb51201acc7e7da2dbececdf887db3af6b362e /src/core/mount.h
parent6431c7e216ceb9f3cfe073c94a47ac413b892e55 (diff)
mount: add new LazyUnmount= setting for mount units, mapping to umount(8)'s "-l" switch (#3827)
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 ac27b518cc..c4a2bff100 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -71,6 +71,8 @@ struct Mount {
bool sloppy_options;
+ bool lazy_unmount;
+
MountResult result;
MountResult reload_result;