Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34658
b: refs/heads/master
c: 28a7b32
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Sep 22, 2006
1 parent b3bccf4 commit 4088c5b
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: 7a0e1d602288370801c353221c6a938eab925053
refs/heads/master: 28a7b327b8cc8ea35662d360d3d11d60195debc9
2 changes: 1 addition & 1 deletion trunk/net/sched/act_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static struct tcf_common *tcf_simp_ht[SIMP_TAB_MASK + 1];
static u32 simp_idx_gen;
static DEFINE_RWLOCK(simp_lock);

struct tcf_hashinfo simp_hash_info = {
static struct tcf_hashinfo simp_hash_info = {
.htab = tcf_simp_ht,
.hmask = SIMP_TAB_MASK,
.lock = &simp_lock,
Expand Down

0 comments on commit 4088c5b

Please sign in to comment.