summaryrefslogtreecommitdiff
path: root/net/ipv4/ipip.c
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2015-02-08 19:10:50 +0300
committerDavid S. Miller <davem@davemloft.net>2015-02-09 00:09:25 +0300
commit51a00daf7369b581e5241c5cae5924886deda261 (patch)
treea2dbbaa21bba03e86ac8bf58a7aedd4f5f2ddd2b /net/ipv4/ipip.c
parent662f5533c40a97f02949ac81b1643538353c7e59 (diff)
downloadlinux-51a00daf7369b581e5241c5cae5924886deda261.tar.xz
tipc: fix bug in socket reception function
In commit c637c1035534867b85b78b453c38c495b58e2c5a ("tipc: resolve race problem at unicast message reception") we introduced a time limit for how long the function tipc_sk_eneque() would be allowed to execute its loop. Unfortunately, the test for when this limit is passed was put in the wrong place, resulting in a lost message when the test is true. We fix this by moving the test to before we dequeue the next buffer from the input queue. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipip.c')
0 files changed, 0 insertions, 0 deletions