Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86274
b: refs/heads/master
c: 7d9904c
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Feb 20, 2008
1 parent 677c7de commit ca5dd3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 651acc9893f2cd036e9485ce782d0c4cffbc27f5
refs/heads/master: 7d9904c2604ce091c97c225b5e2f92f3e7cc2e3a
1 change: 0 additions & 1 deletion trunk/include/linux/netfilter/xt_hashlimit.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct xt_hashlimit_mtinfo1 {

/* Used internally by the kernel */
struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
struct xt_hashlimit_mtinfo1 *master __attribute__((aligned(8)));
};

#endif /*_XT_HASHLIMIT_H*/
3 changes: 0 additions & 3 deletions trunk/net/netfilter/xt_hashlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,6 @@ hashlimit_mt_check(const char *tablename, const void *inf,
return false;
}
mutex_unlock(&hlimit_mutex);

/* Ugly hack: For SMP, we only want to use one set */
info->master = info;
return true;
}

Expand Down

0 comments on commit ca5dd3f

Please sign in to comment.