> > This patch fixes the issue by using the 'err' variable instead of 'ret'
> > for that function-call like it is done in for all other function-calls
> > in ext4_fill_super too.
> > If have seen this issue on 2.6.36 too, so this patch may be -stable
> > material as well.
>
> Lukas and I have been trying to fix this bug for a couple of days now, and he
> actually sent off an identical patch this morning:
>
http://www.spinics.net/lists/linux-ext4/msg21743.html
>
> (I also sent off a similar cleanup of the ext3 counterpart.)
>
> But, thanks for pointing this out! :)