Make super_blocks and sb_lock static
[linux-block.git] / fs / super.c
index 3b4dadafdd6055be4d84feeaa381cc6dcd1fcb0b..05a021638b11b4ca9d230eaa946cd43e7dabfd2a 100644 (file)
@@ -36,8 +36,8 @@
 #include "internal.h"
 
 
-LIST_HEAD(super_blocks);
-DEFINE_SPINLOCK(sb_lock);
+static LIST_HEAD(super_blocks);
+static DEFINE_SPINLOCK(sb_lock);
 
 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
        "sb_writers",