The patch titled dlm: release list of root rsbs has been removed from the -mm tree. Its filename is dlm-release-list-of-root-rsbs.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: David Teigland <teigland@xxxxxxxxxx> The list of root rsb's created during recovery needs to be released if recovery is aborted early. Signed-off-by: David Teigland <teigland@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx> --- drivers/dlm/recoverd.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/dlm/recoverd.c~dlm-release-list-of-root-rsbs drivers/dlm/recoverd.c --- 25/drivers/dlm/recoverd.c~dlm-release-list-of-root-rsbs Thu Jan 19 16:06:22 2006 +++ 25-akpm/drivers/dlm/recoverd.c Thu Jan 19 16:06:22 2006 @@ -205,6 +205,7 @@ static int ls_recover(struct dlm_ls *ls, return 0; fail: + dlm_release_root_list(ls); log_debug(ls, "recover %llx error %d", rv->seq, error); up(&ls->ls_recoverd_active); return error; _ Patches currently in -mm which might be from teigland@xxxxxxxxxx are git-gfs2.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