From a83cd72f641671b71b8268b1765e449cae071f3e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 1 Dec 2017 14:18:49 -0500 Subject: Handle mount ... -o nofail (#221) Accept (and ignore) nofail mount option --- ChangeLog.rst | 2 ++ util/mount.fuse.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index a3d5d6d..7b845b8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,5 @@ +* Support `mount -o nofail` + libfuse 3.2.1 (2017-11-14) ========================== diff --git a/util/mount.fuse.c b/util/mount.fuse.c index 363b12b..3f498db 100644 --- a/util/mount.fuse.c +++ b/util/mount.fuse.c @@ -154,6 +154,7 @@ int main(int argc, char *argv[]) int ignore = 0; const char *ignore_opts[] = { "", "user", + "nofail", "nouser", "users", "auto", -- cgit v1.2.3