diff options
author | Eric Paris <eparis@redhat.com> | 2010-10-13 21:50:19 (GMT) |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-10-20 23:12:57 (GMT) |
commit | 00d85c83ac52e2c1a66397f1abc589f80c543425 (patch) | |
tree | 86f297ed90f988d46e6bb8c56a60fbc3b3eb8d66 /sound/i2c | |
parent | 4419aae1f4f380a3fba0f4f12ffbbbdf3f267c51 (diff) | |
download | linux-00d85c83ac52e2c1a66397f1abc589f80c543425.tar.xz |
SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
AVTAB_MAX_SIZE was a define which was supposed to be used in userspace to
define a maximally sized avtab when userspace wasn't sure how big of a table
it needed. It doesn't make sense in the kernel since we always know our table
sizes. The only place it is used we have a more appropiately named define
called AVTAB_MAX_HASH_BUCKETS, use that instead.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'sound/i2c')
0 files changed, 0 insertions, 0 deletions