Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78365
b: refs/heads/master
c: 1596c97
h: refs/heads/master
i:
  78363: 687509e
v: v3
  • Loading branch information
Denis Cheng authored and David S. Miller committed Jan 28, 2008
1 parent 60867db commit 52dcd49
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: 3b5b34fd2b0fdea4d2efbd55daefb1ad3d7d9039
refs/heads/master: 1596c97aa896fdcee49d3bf90c91ed91e0d81492
2 changes: 1 addition & 1 deletion trunk/net/ipv4/cipso_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct cipso_v4_domhsh_entry {
* probably be turned into a hash table or something similar so we
* can do quick lookups. */
static DEFINE_SPINLOCK(cipso_v4_doi_list_lock);
static struct list_head cipso_v4_doi_list = LIST_HEAD_INIT(cipso_v4_doi_list);
static LIST_HEAD(cipso_v4_doi_list);

/* Label mapping cache */
int cipso_v4_cache_enabled = 1;
Expand Down

0 comments on commit 52dcd49

Please sign in to comment.