From: Eric Dumazet Date: Thu, 18 Jun 2009 02:06:12 +0000 (-0700) Subject: atm: sk_wmem_alloc initial value is one X-Git-Tag: v2.6.31-rc1~140^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e2a3d5b75cbf0b42428b9d5a7cc7c85be9e7a7;p=pandora-kernel.git atm: sk_wmem_alloc initial value is one commit 2b85a34e911bf483c27cfdd124aeb1605145dc80 (net: No more expensive sock_hold()/sock_put() on each tx) changed initial sk_wmem_alloc value. This broke net/atm since this protocol assumed a null initial value. This patch makes necessary changes. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed