diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmdomain.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmdomain.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c index 0879d86113e3..2ce620742f9e 100644 --- a/fs/ocfs2/dlm/dlmdomain.c +++ b/fs/ocfs2/dlm/dlmdomain.c | |||
@@ -1816,8 +1816,10 @@ static int __init dlm_init(void) | |||
1816 | dlm_print_version(); | 1816 | dlm_print_version(); |
1817 | 1817 | ||
1818 | status = dlm_init_mle_cache(); | 1818 | status = dlm_init_mle_cache(); |
1819 | if (status) | 1819 | if (status) { |
1820 | mlog(ML_ERROR, "Could not create o2dlm_mle slabcache\n"); | ||
1820 | return -1; | 1821 | return -1; |
1822 | } | ||
1821 | 1823 | ||
1822 | status = dlm_register_net_handlers(); | 1824 | status = dlm_register_net_handlers(); |
1823 | if (status) { | 1825 | if (status) { |