Handle mount ... -o nofail (#221)
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 1 Dec 2017 19:18:49 +0000 (14:18 -0500)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 1 Dec 2017 19:18:49 +0000 (19:18 +0000)
Accept (and ignore) nofail mount option

ChangeLog.rst
util/mount.fuse.c

index a3d5d6d4929a3889c29df41f25548711a2a14eb6..7b845b8f0376c12bc635504e8c11f25c3e102633 100644 (file)
@@ -1,3 +1,5 @@
+* Support `mount -o nofail`
+
 libfuse 3.2.1 (2017-11-14)
 ==========================
 
index 363b12b89c54613eb2435d969cc353dc5194ba38..3f498dbb8707b936643f6a5cffa002ff3abe356a 100644 (file)
@@ -154,6 +154,7 @@ int main(int argc, char *argv[])
                                int ignore = 0;
                                const char *ignore_opts[] = { "",
                                                              "user",
+                                                             "nofail",
                                                              "nouser",
                                                              "users",
                                                              "auto",