From: James K Lewis Date: Fri, 17 Nov 2006 22:39:36 +0000 (-0800) Subject: [PATCH] Spidernet: remove ETH_ZLEN check in earlier patch X-Git-Tag: v2.6.20-rc1~34^2~40^2~466^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c434f5e2181097e1d22d9b3e381ca6d693e5188;p=pandora-kernel.git [PATCH] Spidernet: remove ETH_ZLEN check in earlier patch In an earlier patch, code was added to pad packets that were less that ETH_ZLEN (60) bytes using the skb_pad function. This has caused hangs when accessing certain NFS mounted file systems. This patch removes the check and solves the NFS problem. The driver, with this patch, has been tested extensively. Please apply. Signed-off-by: James K Lewis Cc: Stephen Hemminger Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed