Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171536
b: refs/heads/master
c: 5256f2e
h: refs/heads/master
v: v3
  • Loading branch information
Lucian Adrian Grijincu authored and David S. Miller committed Nov 14, 2009
1 parent 3392547 commit 4f10071
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: eec4df9885f7822cdeca82577a25cac4598fa7cf
refs/heads/master: 5256f2ef3a40d784b8369035bff3f4dc637a9801
4 changes: 2 additions & 2 deletions trunk/include/net/inet_hashtables.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ static inline struct net *ib_net(struct inet_bind_bucket *ib)
return read_pnet(&ib->ib_net);
}

#define inet_bind_bucket_for_each(tb, node, head) \
hlist_for_each_entry(tb, node, head, node)
#define inet_bind_bucket_for_each(tb, pos, head) \
hlist_for_each_entry(tb, pos, head, node)

struct inet_bind_hashbucket {
spinlock_t lock;
Expand Down

0 comments on commit 4f10071

Please sign in to comment.