aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/main.c')
-rw-r--r--fs/dlm/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/dlm/main.c b/fs/dlm/main.c
index 39579927ed84..afc66a1346d3 100644
--- a/fs/dlm/main.c
+++ b/fs/dlm/main.c
@@ -35,9 +35,7 @@ static int __init init_dlm(void)
35 if (error) 35 if (error)
36 goto out_lockspace; 36 goto out_lockspace;
37 37
38 error = dlm_register_debugfs(); 38 dlm_register_debugfs();
39 if (error)
40 goto out_config;
41 39
42 error = dlm_user_init(); 40 error = dlm_user_init();
43 if (error) 41 if (error)
@@ -61,7 +59,6 @@ static int __init init_dlm(void)
61 dlm_user_exit(); 59 dlm_user_exit();
62 out_debug: 60 out_debug:
63 dlm_unregister_debugfs(); 61 dlm_unregister_debugfs();
64 out_config:
65 dlm_config_exit(); 62 dlm_config_exit();
66 out_lockspace: 63 out_lockspace:
67 dlm_lockspace_exit(); 64 dlm_lockspace_exit();