From: Herbert Xu Date: Fri, 25 Jul 2008 09:55:33 +0000 (-0700) Subject: ipsec: ipcomp - Decompress into frags if necessary X-Git-Tag: v2.6.27-rc1~211^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7e5a60c62e88cb8782760bb6c4d3bd1577a6c6;p=pandora-kernel.git ipsec: ipcomp - Decompress into frags if necessary When decompressing extremely large packets allocating them through kmalloc is prone to failure. Therefore it's better to use page frags instead. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed