The list of root rsb's created during recovery needs to be released if
recovery is aborted early.

Signed-off-by: David Teigland <[EMAIL PROTECTED]>

Index: linux/drivers/dlm/recoverd.c
===================================================================
--- linux.orig/drivers/dlm/recoverd.c
+++ linux/drivers/dlm/recoverd.c
@@ -205,6 +205,7 @@ static int ls_recover(struct dlm_ls *ls,
        return 0;
 
  fail:
+       dlm_release_root_list(ls);
        log_debug(ls, "recover %"PRIx64" error %d", rv->seq, error);
        up(&ls->ls_recoverd_active);
        return error;

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to