From: alex chen Date: Wed, 24 Jun 2015 23:55:18 +0000 (-0700) Subject: ocfs2: o2net: should remove debugfs in o2net_init() out branch X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fce56d841ef9ab0333423f2c8e329f7341e9f44c;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ocfs2: o2net: should remove debugfs in o2net_init() out branch Signed-off-by: Alex Chen Reviewed-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index 56c403a563bc..2d0acd6678fe 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -2204,7 +2204,7 @@ out: kfree(o2net_hand); kfree(o2net_keep_req); kfree(o2net_keep_resp); - + o2net_debugfs_exit(); o2quo_exit(); return -ENOMEM; }