aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorFaisal Latif <[email protected]>2008-12-25 04:30:04 +0000
committerRoland Dreier <[email protected]>2008-12-25 04:30:04 +0000
commite189062a8ca55b0a1843f0346c3fae1a47297c34 (patch)
treeebbe8fad6d9708764de679a03d3de1aacd99e9d4 /net/unix/af_unix.c
parentRDMA/nes: Cleanup warnings (diff)
downloadkernel-e189062a8ca55b0a1843f0346c3fae1a47297c34.tar.gz
kernel-e189062a8ca55b0a1843f0346c3fae1a47297c34.zip
RDMA/nes: Remove tx_free_list
There is no lock protecting tx_free_list thus causing a system crash when skb_dequeue() is called and the list is empty. Since it did not give any performance boost under heavy load, remove it to simplify the code. Replace get_free_pkt() with dev_alloc_skb() to allocate MAX_CM_BUFFER skb for connection establishment/teardown as well as MPA request/response. Signed-off-by: Faisal Latif <[email protected]> Signed-off-by: Chien Tung <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions