Commit e2902eb79fdea3c3bf679a8f15f3432b393cb2c0

Authored by Eric Paris
Committed by James Morris
1 parent dd3e7836bf

SMACK: remove dead cred_commit hook

This is an unused hook in SMACK so remove it.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <jmorris@namei.org>

Showing 1 changed file with 0 additions and 10 deletions Side-by-side Diff

security/smack/smack_lsm.c
... ... @@ -1118,15 +1118,6 @@
1118 1118 }
1119 1119  
1120 1120 /**
1121   - * smack_cred_commit - commit new credentials
1122   - * @new: the new credentials
1123   - * @old: the original credentials
1124   - */
1125   -static void smack_cred_commit(struct cred *new, const struct cred *old)
1126   -{
1127   -}
1128   -
1129   -/**
1130 1121 * smack_cred_transfer - Transfer the old credentials to the new credentials
1131 1122 * @new: the new credentials
1132 1123 * @old: the original credentials
... ... @@ -3120,7 +3111,6 @@
3120 3111 .cred_alloc_blank = smack_cred_alloc_blank,
3121 3112 .cred_free = smack_cred_free,
3122 3113 .cred_prepare = smack_cred_prepare,
3123   - .cred_commit = smack_cred_commit,
3124 3114 .cred_transfer = smack_cred_transfer,
3125 3115 .kernel_act_as = smack_kernel_act_as,
3126 3116 .kernel_create_files_as = smack_kernel_create_files_as,