Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134986
b: refs/heads/master
c: 9ce0146
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Mar 2, 2009
1 parent 599a535 commit 9eda0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d6a775e27d975e5f9ea8e2911216d84face50ca
refs/heads/master: 9ce01461028d595a6f1cd724fbd7a0dd70464fe4
4 changes: 2 additions & 2 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len,
struct sk_buff *buff;
int nsize, old_factor;
int nlen;
u16 flags;
u8 flags;

BUG_ON(len > skb->len);

Expand Down Expand Up @@ -1282,7 +1282,7 @@ static int tso_fragment(struct sock *sk, struct sk_buff *skb, unsigned int len,
{
struct sk_buff *buff;
int nlen = skb->len - len;
u16 flags;
u8 flags;

/* All of a TSO frame must be composed of paged data. */
if (skb->len != skb->data_len)
Expand Down

0 comments on commit 9eda0f6

Please sign in to comment.