[Ocfs2-users] ocfs2-tools git: broken after commit deb5ade9145f8809f1fde19cf53bdfdf1fb7963e

Sunil Mushran sunil.mushran at gmail.com
Thu Jul 26 10:31:20 PDT 2012


On Thu, Jul 26, 2012 at 6:37 AM, Dzianis Kahanovich
<mahatma at bspu.unibel.by>wrote:

> ocfs2-tools git wrong commit: deb5ade9145f8809f1fde19cf53bdfdf1fb7963e.
>
> After "cleanup unused variable":
> -    else
> -        tmp = g_list_append(elem, cfs);
>
> o2cb_ctl starts to ignore >1 node. Good commit must be:
>     else
> -        tmp = g_list_append(elem, cfs);
> +        g_list_append(elem, cfs);
>
> Attached patch.
>
>
Thanks.

Acked-by: Sunil Mushran <sunil.mushran at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20120726/76c5636f/attachment.html 


More information about the Ocfs2-users mailing list