diff options
author | alex chen <alex.chen@huawei.com> | 2015-06-24 19:55:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-24 20:49:39 -0400 |
commit | fce56d841ef9ab0333423f2c8e329f7341e9f44c (patch) | |
tree | 17f7cc8ed7bfcbd982975f7fbd73ec83db194c3c /fs/ocfs2/cluster/tcp.c | |
parent | fa5a0eb3b074ca89690da3e13cf44b6bab3f024c (diff) |
ocfs2: o2net: should remove debugfs in o2net_init() out branch
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Reviewed-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2/cluster/tcp.c')
-rw-r--r-- | fs/ocfs2/cluster/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
2204 | kfree(o2net_hand); | 2204 | kfree(o2net_hand); |
2205 | kfree(o2net_keep_req); | 2205 | kfree(o2net_keep_req); |
2206 | kfree(o2net_keep_resp); | 2206 | kfree(o2net_keep_resp); |
2207 | 2207 | o2net_debugfs_exit(); | |
2208 | o2quo_exit(); | 2208 | o2quo_exit(); |
2209 | return -ENOMEM; | 2209 | return -ENOMEM; |
2210 | } | 2210 | } |