Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192405
b: refs/heads/master
c: e2902eb
h: refs/heads/master
i:
  192403: a8ebffc
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Apr 7, 2010
1 parent 58a5055 commit ee6fcd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd3e7836bfe093fc611f715c323cf53be9252b27
refs/heads/master: e2902eb79fdea3c3bf679a8f15f3432b393cb2c0
10 changes: 0 additions & 10 deletions trunk/security/smack/smack_lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,15 +1117,6 @@ static int smack_cred_prepare(struct cred *new, const struct cred *old,
return 0;
}

/**
* smack_cred_commit - commit new credentials
* @new: the new credentials
* @old: the original credentials
*/
static void smack_cred_commit(struct cred *new, const struct cred *old)
{
}

/**
* smack_cred_transfer - Transfer the old credentials to the new credentials
* @new: the new credentials
Expand Down Expand Up @@ -3120,7 +3111,6 @@ struct security_operations smack_ops = {
.cred_alloc_blank = smack_cred_alloc_blank,
.cred_free = smack_cred_free,
.cred_prepare = smack_cred_prepare,
.cred_commit = smack_cred_commit,
.cred_transfer = smack_cred_transfer,
.kernel_act_as = smack_kernel_act_as,
.kernel_create_files_as = smack_kernel_create_files_as,
Expand Down

0 comments on commit ee6fcd5

Please sign in to comment.