Searched hist:"5 a09e6ce90e1bf26f0915e7e31329402766ffead" (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | decompress.c | diff 5a09e6ce90e1bf26f0915e7e31329402766ffead Sat Jul 18 01:24:26 CEST 2015 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> lib/decompress: set the compressor name to NULL on error
Without this we end up using the previous name of the compressor in the loop in unpack_rootfs. For example we get errors like "compression method gzip not configured" even when we have CONFIG_DECOMPRESS_GZIP enabled.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|