mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 22:24:18 +08:00
Handle mount ... -o nofail (#221)
Accept (and ignore) nofail mount option
This commit is contained in:
parent
f7c8b31a36
commit
a83cd72f64
@ -1,3 +1,5 @@
|
||||
* Support `mount -o nofail`
|
||||
|
||||
libfuse 3.2.1 (2017-11-14)
|
||||
==========================
|
||||
|
||||
|
@ -154,6 +154,7 @@ int main(int argc, char *argv[])
|
||||
int ignore = 0;
|
||||
const char *ignore_opts[] = { "",
|
||||
"user",
|
||||
"nofail",
|
||||
"nouser",
|
||||
"users",
|
||||
"auto",
|
||||
|
Loading…
Reference in New Issue
Block a user