diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index ace47d67..dd9e8c55 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -214,7 +214,8 @@ window.onload = () => { loadMounts(); }; static bool -_valid_fs_type(const std::string &type_) +_valid_fs_type(const fs::path &path_, + const std::string &type_) { IERT("ext2"); IERT("ext3");