]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7191248b97414a5ef05471f0c0ac94f761ca8c43
tree27c16b7b7f80195d0df56e7a4129283a89b35a6d
parentc866deb05d827906190e6e98f623990f147e3c69
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