]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
fuse2fs: stop using the nonempty option by default
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 Jul 2019 16:03:29 +0000 (12:03 -0400)
committerTheodore 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

index b2e4e84b5e94942e790afcfba3c91b256951f4e0..be2cd1dbd752cebea420ad4882762e01f697c72c 100644 (file)
@@ -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