From: Darrick J. Wong <djwong@xxxxxxxxxx> We don't support delalloc, so accept the nodelalloc option even if we do nothing about it. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --- misc/fuse2fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/fuse2fs.c b/misc/fuse2fs.c index 626e3a42181148..71e81992cc1819 100644 --- a/misc/fuse2fs.c +++ b/misc/fuse2fs.c @@ -4071,6 +4071,7 @@ static struct fuse_opt fuse2fs_opts[] = { FUSE_OPT_KEY("user_xattr", FUSE2FS_IGNORED), FUSE_OPT_KEY("noblock_validity", FUSE2FS_IGNORED), + FUSE_OPT_KEY("nodelalloc", FUSE2FS_IGNORED), FUSE_OPT_KEY("cache_size=%s", FUSE2FS_CACHE_SIZE), FUSE_OPT_KEY("-V", FUSE2FS_VERSION),