Skip to content

Commit

Permalink
ocfs2: o2net: should remove debugfs in o2net_init() out branch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alex chen authored and Linus Torvalds committed Jun 25, 2015
1 parent fa5a0eb commit fce56d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/cluster/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ int o2net_init(void)
kfree(o2net_hand);
kfree(o2net_keep_req);
kfree(o2net_keep_resp);

o2net_debugfs_exit();
o2quo_exit();
return -ENOMEM;
}
Expand Down

0 comments on commit fce56d8

Please sign in to comment.