Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45221
b: refs/heads/master
c: 0d630cc
h: refs/heads/master
i:
  45219: 052d320
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 4, 2007
1 parent ae6cf94 commit 50ea4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 44f9a2fdc48ccb8bb510b6e1210bf15b3e10afdb
refs/heads/master: 0d630cc0a6cb8ad544b5913a26ff1349ed7c8587
2 changes: 1 addition & 1 deletion trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ extern int tcp_memory_pressure;

static inline int before(__u32 seq1, __u32 seq2)
{
return (__s32)(seq2-seq1) > 0;
return (__s32)(seq1-seq2) < 0;
}
#define after(seq2, seq1) before(seq1, seq2)

Expand Down

0 comments on commit 50ea4ac

Please sign in to comment.