aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac
diff options
context:
space:
mode:
authorJarek Poplawski <jarkao2@gmail.com>2009-08-30 23:15:36 +0000
committerDavid S. Miller <davem@davemloft.net>2009-09-01 17:49:00 -0700
commitd66ee0587c3927aea5178a822976c7c853d815fe (patch)
tree3367ebb2757501223ae658b23a96f352aa6ebba8 /drivers/net/ibm_newemac
parentgianfar: gfar_remove needs to call unregister_netdev() (diff)
downloadlinux-dev-d66ee0587c3927aea5178a822976c7c853d815fe.tar.xz
linux-dev-d66ee0587c3927aea5178a822976c7c853d815fe.zip
net: sk_free() should be allowed right after sk_alloc()
After commit 2b85a34e911bf483c27cfdd124aeb1605145dc80 (net: No more expensive sock_hold()/sock_put() on each tx) sk_free() frees socks conditionally and depends on sk_wmem_alloc being set e.g. in sock_init_data(). But in some cases sk_free() is called earlier, usually after other alloc errors. Fix is to move sk_wmem_alloc initialization from sock_init_data() to sk_alloc() itself. Signed-off-by: Jarek Poplawski <jarkao2@gmail.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ibm_newemac')
0 files changed, 0 insertions, 0 deletions