|
@@ -54,9 +54,9 @@
|
|
|
|
|
|
static struct proc_dir_entry *ext4_proc_root;
|
|
static struct proc_dir_entry *ext4_proc_root;
|
|
static struct kset *ext4_kset;
|
|
static struct kset *ext4_kset;
|
|
-struct ext4_lazy_init *ext4_li_info;
|
|
|
|
-struct mutex ext4_li_mtx;
|
|
|
|
-struct ext4_features *ext4_feat;
|
|
|
|
|
|
+static struct ext4_lazy_init *ext4_li_info;
|
|
|
|
+static struct mutex ext4_li_mtx;
|
|
|
|
+static struct ext4_features *ext4_feat;
|
|
|
|
|
|
static int ext4_load_journal(struct super_block *, struct ext4_super_block *,
|
|
static int ext4_load_journal(struct super_block *, struct ext4_super_block *,
|
|
unsigned long journal_devnum);
|
|
unsigned long journal_devnum);
|