mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
[project/mountd.git] / fs.c
diff --git a/fs.c b/fs.c
index ca77a76..d9bcc63 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -191,7 +191,7 @@ out:
        return ret;
 }
 
-dfunc funcs[] = {
+static dfunc funcs[] = {
        detect_ext23,
        detect_exfat,
        detect_fat,