[U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib
Ricardo Ribalda Delgado
ricardo.ribalda at uam.es
Mon Apr 27 18:25:44 CEST 2009
Hello Wolfgang
>
> If the only purpose of zunzip() is to be used here, then why do we not
> make the parameters fit the intended purpose, thus avoiding an
> additional wrapper?
The purpose of zunzip is to use it in more places. Like Mike Frysinger said:
<Mike>
this really should be a common function not specific to ubifs as there are
many other opportunities for things to be compressed directly with zlib and
not through gzip (splash/video images come to mind).
</Mike>
Also, in order to be "parameter compatible" with lzo, we should keep
this wrapper (am I right Stefan?)
Best regards
--
Ricardo Ribalda
http://www.eps.uam.es/~rribalda/
More information about the U-Boot
mailing list