aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r--fs/gfs2/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c
index 6e8a59809abf..218395371dbe 100644
--- a/fs/gfs2/main.c
+++ b/fs/gfs2/main.c
@@ -103,6 +103,8 @@ static int __init init_gfs2_fs(void)
103 if (error) 103 if (error)
104 goto fail_unregister; 104 goto fail_unregister;
105 105
106 gfs2_register_debugfs();
107
106 printk("GFS2 (built %s %s) installed\n", __DATE__, __TIME__); 108 printk("GFS2 (built %s %s) installed\n", __DATE__, __TIME__);
107 109
108 return 0; 110 return 0;
@@ -130,6 +132,7 @@ fail:
130 132
131static void __exit exit_gfs2_fs(void) 133static void __exit exit_gfs2_fs(void)
132{ 134{
135 gfs2_unregister_debugfs();
133 unregister_filesystem(&gfs2_fs_type); 136 unregister_filesystem(&gfs2_fs_type);
134 unregister_filesystem(&gfs2meta_fs_type); 137 unregister_filesystem(&gfs2meta_fs_type);
135 138