Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84863
b: refs/heads/master
c: dd5a184
h: refs/heads/master
i:
  84861: c2419d6
  84859: 32b3112
  84855: 1c2ae7e
  84847: 0245faf
  84831: 64c7683
  84799: 7660d4e
  84735: 73d5043
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 8, 2008
1 parent a6b8842 commit cec10b8
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: fca09fb732b2cc310110b2fcbf3449df043a96d0
refs/heads/master: dd5a1843d566911dbb077c4022c4936697495af6
4 changes: 2 additions & 2 deletions trunk/net/core/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ struct flow_cache_entry {
struct flow_cache_entry *next;
u16 family;
u8 dir;
struct flowi key;
u32 genid;
struct flowi key;
void *object;
atomic_t *object_ref;
};
Expand Down Expand Up @@ -346,7 +346,7 @@ static int __init flow_cache_init(void)

flow_cachep = kmem_cache_create("flow_cache",
sizeof(struct flow_cache_entry),
0, SLAB_HWCACHE_ALIGN|SLAB_PANIC,
0, SLAB_PANIC,
NULL);
flow_hash_shift = 10;
flow_lwm = 2 * flow_hash_size;
Expand Down

0 comments on commit cec10b8

Please sign in to comment.