Re: 2.6.9-rc2: isofs oops
From: Christian Borntraeger
Date: Wed Sep 29 2004 - 15:50:34 EST
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; \
cheers
Christian
-
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/