selinux: shuffle around policydb.c to get rid of forward declarations
authorPaul Moore <paul@paul-moore.com>
Wed, 31 Jul 2019 23:29:14 +0000 (19:29 -0400)
committerPaul Moore <paul@paul-moore.com>
Mon, 5 Aug 2019 19:58:57 +0000 (15:58 -0400)
commit0eb2f2962489edb6943fe8a853de024c53aa91b2
tree27c16b7b7f80195d0df56e7a4129283a89b35a6d
parent45385237f65aeee73641f1ef737d7273905a233f
selinux: shuffle around policydb.c to get rid of forward declarations

No code changes, but move a lot of the policydb destructors higher up
so we can get rid of a forward declaration.

This patch does expose a few old checkpatch.pl errors, but those will
be dealt with in a separate (set of) patches.

Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/policydb.c