projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95da860
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 7 Jan 2006 08:15:34 +0000
(08:15 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 7 Jan 2006 08:15:34 +0000
(08:15 +0000)
lib/mount.c
patch
|
blob
|
history
diff --git
a/lib/mount.c
b/lib/mount.c
index bd1b66f524cc3479d2f8924e52ef9ba1fa0bd7bb..b53889d96e10c7b923ef8fa541925830e5ab4d24 100644
(file)
--- a/
lib/mount.c
+++ b/
lib/mount.c
@@
-58,6
+58,7
@@
static const struct fuse_opt fuse_mount_opts[] = {
FUSE_OPT_KEY("sync", KEY_KERN),
FUSE_OPT_KEY("atime", KEY_KERN),
FUSE_OPT_KEY("noatime", KEY_KERN),
+ FUSE_OPT_END
};
static int fuse_mount_opt_proc(void *data, const char *arg, int key,