From: Eric Paris Date: Wed, 13 Oct 2010 21:50:19 +0000 (-0400) Subject: SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE X-Git-Tag: v2.6.37-rc1~218^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d85c83ac52e2c1a66397f1abc589f80c543425;p=pandora-kernel.git 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 Signed-off-by: James Morris --- Reading git-diff-tree failed