diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-16 01:02:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-16 01:02:27 +0200 |
commit | 2dbd4a9454f127f600e5764b7883a472eeb32be0 (patch) | |
tree | 3af334a02a790f15e2be2b1b86ec9132fb82f136 /src/core/mount.h | |
parent | 8eb5a6e001afd3da22fe4c16fe786a362d46733e (diff) |
mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s "-s" switch
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index a53423cc27..2dcb663cb1 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -88,6 +88,8 @@ struct Mount { bool just_mounted:1; bool just_changed:1; + bool sloppy_options; + MountResult result; MountResult reload_result; |