diff options
author | Barron Rulon <barron@lexmark.com> | 2016-08-27 10:27:49 -0400 |
---|---|---|
committer | Barron Rulon <barron@lexmark.com> | 2016-08-27 10:46:52 -0400 |
commit | 4f8d40a9dc3d2dc754a30bc9455817ee6a857c62 (patch) | |
tree | 870fa22b1eb1989dc22b8ba40e07cd1bd62a48aa /src/core/mount.h | |
parent | e520950a03419957875034bc27795b0b81d8e793 (diff) |
mount: add new ForceUnmount= setting for mount units, mapping to umount(8)'s "-f" switch
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index c4a2bff100..9f7326ba6a 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -72,6 +72,7 @@ struct Mount { bool sloppy_options; bool lazy_unmount; + bool force_unmount; MountResult result; MountResult reload_result; |