From: Josh Soref Date: Fri, 1 Dec 2017 19:18:49 +0000 (-0500) Subject: Handle mount ... -o nofail (#221) X-Git-Tag: fuse-3.2.2~5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a83cd72f641671b71b8268b1765e449cae071f3e;p=qemu-gpiodev%2Flibfuse.git Handle mount ... -o nofail (#221) Accept (and ignore) nofail mount option --- 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",