Merge branch 'next' into lessio
This commit is contained in:
commit
dc40d61595
@ -250,7 +250,7 @@ vector<char *> Fuse::_build_argv(const bf::path &mountdir, const vector<string>
|
|||||||
_add_fuse_option_if_not_exists(&argv, "subtype", _fstype);
|
_add_fuse_option_if_not_exists(&argv, "subtype", _fstype);
|
||||||
_add_fuse_option_if_not_exists(&argv, "fsname", _fsname.get_value_or(_fstype));
|
_add_fuse_option_if_not_exists(&argv, "fsname", _fsname.get_value_or(_fstype));
|
||||||
argv.push_back(_create_c_string("-o"));
|
argv.push_back(_create_c_string("-o"));
|
||||||
argv.push_back(_create_c_string("large_read"));
|
argv.push_back(_create_c_string("large_read")); // large_read possibly not necessary because reads are large anyhow, but it doesn't hurt.
|
||||||
argv.push_back(_create_c_string("-o"));
|
argv.push_back(_create_c_string("-o"));
|
||||||
argv.push_back(_create_c_string("big_writes"));
|
argv.push_back(_create_c_string("big_writes"));
|
||||||
return argv;
|
return argv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user