also sprach Jérémy Bobbio <[EMAIL PROTECTED]> [2007.09.30.2140 +0100]:
> --- mdadm-2.6.3+200709292116+4450e59.orig/super1.c
> +++ mdadm-2.6.3+200709292116+4450e59/super1.c
> @@ -1020,7 +1020,7 @@
> tst.minor_version = bestvers;
> tst.ss = &super1;
>
Hi!
On Sun, Sep 30, 2007 at 01:22:56PM +0100, martin f. krafft wrote:
> Commit a40b4fe introduced a temporary supertype variable tst, instead of
> manipulating st directly. However, it was forgotton to pass &tst into the
> recursive load_super1 call, causing an infinite recursion.
>
> Signed-off-
I've tested this patch and it works :)
Daniel
On Sun, 2007-09-30 at 13:22 +0100, martin f. krafft wrote:
> Commit a40b4fe introduced a temporary supertype variable tst, instead of
> manipulating st directly. However, it was forgotton to pass &tst into the
> recursive load_super1 call, causing an
3 matches
Mail list logo