Re: 2.6.9-rc2: isofs oops

From: Bernd Schubert
Date: Wed Sep 29 2004 - 16:26:07 EST


On Wednesday 29 September 2004 22:45, you wrote:
> Bernd Schubert wrote:
> > ISO 9660 Extensions: RRIP_1991A
>
> [oops in isofs]
>
>
> Known and already fixed by Andrew Morton.
>
> --- a/fs/isofs/rock.c 2004-09-29 13:45:15 -07:00
> +++ b/fs/isofs/rock.c 2004-09-29 13:45:15 -07:00
> @@ -62,7 +62,7 @@
> }
>
> #define MAYBE_CONTINUE(LABEL,DEV) \
> - {if (buffer) kfree(buffer); \
> + {if (buffer) { kfree(buffer); buffer = NULL; } \
> if (cont_extent){ \
> int block, offset, offset1; \
> struct buffer_head * pbh; \
>

Ah, thanks and sorry for the noise, after searching a bit more I found the
previous thread.

Cheers,
Bernd


--
Bernd Schubert
Physikalisch Chemisches Institut / Theoretische Chemie
Universität Heidelberg
INF 229
69120 Heidelberg
e-mail: bernd.schubert@xxxxxxxxxxxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/