Merge branch 'master' of ../net-2.6/
Conflicts: net/ipv6/ndisc.c
This commit is contained in:
@@ -735,7 +735,7 @@ new_segment:
|
||||
if (!(psize -= copy))
|
||||
goto out;
|
||||
|
||||
if (skb->len < mss_now || (flags & MSG_OOB))
|
||||
if (skb->len < size_goal || (flags & MSG_OOB))
|
||||
continue;
|
||||
|
||||
if (forced_push(tp)) {
|
||||
@@ -981,7 +981,7 @@ new_segment:
|
||||
if ((seglen -= copy) == 0 && iovlen == 0)
|
||||
goto out;
|
||||
|
||||
if (skb->len < mss_now || (flags & MSG_OOB))
|
||||
if (skb->len < size_goal || (flags & MSG_OOB))
|
||||
continue;
|
||||
|
||||
if (forced_push(tp)) {
|
||||
|
Reference in New Issue
Block a user