f2fs: fix endian conversion bugs reported by sparse
[deliverable/linux.git] / fs / f2fs / debug.c
index a56181c1b28b1e40af69fd250fcd70197b65bc9b..fb62960a1dc196052355f0704ac90c7be55f0f8e 100644 (file)
@@ -27,7 +27,7 @@
 static LIST_HEAD(f2fs_stat_list);
 static struct dentry *debugfs_root;
 
-void update_general_status(struct f2fs_sb_info *sbi)
+static void update_general_status(struct f2fs_sb_info *sbi)
 {
        struct f2fs_stat_info *si = sbi->stat_info;
        int i;
This page took 0.026509 seconds and 5 git commands to generate.