The patch titled Subject: ocfs2: o2net: should remove debugfs in o2net_init() out branch has been added to the -mm tree. Its filename is ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: alex chen <alex.chen@xxxxxxxxxx> Subject: ocfs2: o2net: should remove debugfs in o2net_init() out branch Signed-off-by: Alex Chen <alex.chen@xxxxxxxxxx> Reviewed-by: Joseph Qi <joseph.qi@xxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/cluster/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ocfs2/cluster/tcp.c~ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch fs/ocfs2/cluster/tcp.c --- a/fs/ocfs2/cluster/tcp.c~ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch +++ a/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; } _ Patches currently in -mm which might be from alex.chen@xxxxxxxxxx are ocfs2-o2net-should-remove-debugfs-in-o2net_init-out-branch.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html