From 2dbd4a9454f127f600e5764b7883a472eeb32be0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Jun 2014 01:02:27 +0200 Subject: mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s "-s" switch --- src/core/mount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/mount.h') 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; -- cgit v1.2.3-54-g00ecf