mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
security: remove dead hook cred_commit
Unused hook. Remove. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
9d5ed77dad
commit
0968d0060a
4 changed files with 0 additions and 23 deletions
|
@ -712,11 +712,6 @@ int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp)
|
|||
return security_ops->cred_prepare(new, old, gfp);
|
||||
}
|
||||
|
||||
void security_commit_creds(struct cred *new, const struct cred *old)
|
||||
{
|
||||
security_ops->cred_commit(new, old);
|
||||
}
|
||||
|
||||
void security_transfer_creds(struct cred *new, const struct cred *old)
|
||||
{
|
||||
security_ops->cred_transfer(new, old);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue