From: Linus Torvalds Date: Wed, 17 Aug 2005 20:07:28 +0000 (-0700) Subject: Revert unnecessary zlib_inflate/inftrees.c fix X-Git-Tag: v2.6.13-rc7~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c231c7db30faf93419fc22d680f74d816bea70e2;p=pandora-kernel.git Revert unnecessary zlib_inflate/inftrees.c fix It turns out that empty distance code tables are not an error, and that a compressed block with only literals can validly have an empty table and should not be flagged as a data error. Some old versions of gzip had problems with this case, but it does not affect the zlib code in the kernel. Analysis and explanations thanks to Sergey Vlasov Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed