Make sure to keep blocksize mount-time option

This commit is contained in:
Benjamin Fleischer 2025-03-23 16:46:05 +01:00
parent 61fcd6343a
commit 7324f50a65
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ static struct fuse_operations loopback_oper = {
};
static const struct fuse_opt loopback_opts[] = {
{ "blocksize=%u", offsetof(struct loopback, blocksize), 0 },
{ "fsblocksize=%u", offsetof(struct loopback, blocksize), 0 },
{ "case_insensitive", offsetof(struct loopback, case_insensitive), true },
FUSE_OPT_END
};