Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155122
b: refs/heads/master
c: 345aa03
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Jul 8, 2009
1 parent d0aa00c commit db33eba
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: 64c8165b44a91c09b19afb4110610ed242286639
refs/heads/master: 345aa031207d02d7438c1aa96ed9315911ecd745
4 changes: 2 additions & 2 deletions trunk/net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ static inline void check_tnode(const struct tnode *tn)

static const int halve_threshold = 25;
static const int inflate_threshold = 50;
static const int halve_threshold_root = 8;
static const int inflate_threshold_root = 15;
static const int halve_threshold_root = 15;
static const int inflate_threshold_root = 25;


static void __alias_free_mem(struct rcu_head *head)
Expand Down

0 comments on commit db33eba

Please sign in to comment.