]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: tcp_try_coalesce returns a boolean
authorEric Dumazet <edumazet@google.com>
Mon, 23 Apr 2012 17:34:36 +0000 (17:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2012 03:36:58 +0000 (23:36 -0400)
commitb156302c34c48bf9adc93aa6e59c1e83b3744c87
tree7da5c4b2280c15b4d54e13ed95c1351a14800018
parented62beaf31e4bb33c4c3354350f060c114b97ce3
tcp: tcp_try_coalesce returns a boolean

This clarifies code intention, as suggested by David.

Suggested-by: David Miller <davem@davemloft.net>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c