Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192400
b: refs/heads/master
c: 77c160e
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Smalley authored and James Morris committed Mar 15, 2010
1 parent cc6d698 commit 0655f57
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: a19c5bbefb37ebe22fb42bd3861a8d3b2a2652a1
refs/heads/master: 77c160e7798b4141a0705c734397a9236bb0e726
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/avtab.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct avtab_node *avtab_search_node_next(struct avtab_node *node, int specified
void avtab_cache_init(void);
void avtab_cache_destroy(void);

#define MAX_AVTAB_HASH_BITS 13
#define MAX_AVTAB_HASH_BITS 11
#define MAX_AVTAB_HASH_BUCKETS (1 << MAX_AVTAB_HASH_BITS)
#define MAX_AVTAB_HASH_MASK (MAX_AVTAB_HASH_BUCKETS-1)
#define MAX_AVTAB_SIZE MAX_AVTAB_HASH_BUCKETS
Expand Down

0 comments on commit 0655f57

Please sign in to comment.