Re: update-comment-about-gzip-scratch-size.patch added to -mm tree

From: Olaf Hering
Date: Fri May 27 2005 - 17:26:19 EST


On Sat, May 28, Alexey Dobriyan wrote:

> On Saturday 28 May 2005 01:50, akpm@xxxxxxxx wrote:
> > From: Olaf Hering <olh@xxxxxxx>
> >
> > fix a comment about the array size.
>
> > --- 25/arch/ppc/boot/openfirmware/chrpmain.c~update-comment-about-gzip-scratch-size
> > +++ 25-akpm/arch/ppc/boot/openfirmware/chrpmain.c
>
> > #define SCRATCH_SIZE (128 << 10)
> >
> > -static char scratch[SCRATCH_SIZE]; /* 1MB of scratch space for gunzip */
> > +static char scratch[SCRATCH_SIZE]; /* 128k of scratch space for gunzip */
>
> How about this?

Better remove the comment.
Or replace it with an URL to /. where we annouce the existence of scratch space for gzip.
-
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/