Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b711503
)
fuse2fs: stop using the nonempty option by default
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 14 Jul 2019 16:03:29 +0000
(12:03 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 14 Jul 2019 16:03:29 +0000
(12:03 -0400)
The nonempty option isn't supported by fuse3, and so if fusermount is
from fuse3, having fuse2fs specify nonempty automatically will prevent
fuse2fs from working correctly.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c
patch
|
blob
|
history
diff --git
a/misc/fuse2fs.c
b/misc/fuse2fs.c
index
b2e4e84
..
be2cd1d
100644
(file)
--- a/
misc/fuse2fs.c
+++ b/
misc/fuse2fs.c
@@
-19,7
+19,7
@@
# include <linux/fs.h>
# include <linux/falloc.h>
# include <linux/xattr.h>
-# define FUSE_PLATFORM_OPTS ",
nonempty,
big_writes"
+# define FUSE_PLATFORM_OPTS ",big_writes"
# ifdef HAVE_SYS_ACL_H
# define TRANSLATE_LINUX_ACLS
# endif