]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lsm: rename ordered_lsm_init() to lsm_init_ordered()
authorPaul Moore <paul@paul-moore.com>
Tue, 11 Feb 2025 17:59:30 +0000 (12:59 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:18 +0000 (19:24 -0400)
commitfaabedcd6e88ca1f65ef45d711d2e0c7288fd551
treedbf2e91d3449598e4cc23707f3ca3a4eac5ec5b1
parent92ed3500c9a91f43e094c9b8fb4bab9976565d74
lsm: rename ordered_lsm_init() to lsm_init_ordered()

The new name more closely fits the rest of the naming scheme in
security/lsm_init.c.  This patch also adds a trivial comment block to
the top of the function.

Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johhansen@canonical.com>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/lsm_init.c