Handle mount ... -o nofail (#221)

Accept (and ignore) nofail mount option
This commit is contained in:
Josh Soref 2017-12-01 14:18:49 -05:00 committed by Nikolaus Rath
parent f7c8b31a36
commit a83cd72f64
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Support `mount -o nofail`
libfuse 3.2.1 (2017-11-14)
==========================

View File

@ -154,6 +154,7 @@ int main(int argc, char *argv[])
int ignore = 0;
const char *ignore_opts[] = { "",
"user",
"nofail",
"nouser",
"users",
"auto",