From 3f5e5cce09ff052c6cf0595a94a4008e6f7152c2 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 26 Nov 2008 10:56:44 +0530 Subject: [PATCH] --- yaml --- r: 120743 b: refs/heads/master c: 3496f92beb9aa99ef21fccc154a36c7698e9c538 h: refs/heads/master i: 120741: 8d9deebdfa389a41a0216654004873ad2a931a3c 120739: 17b3317848190a5ea475260b3665eeebf425887b 120735: 7058b98b69a98b4e3da0a3dac9d2fe2ebc8bab1e v: v3 --- [refs] | 2 +- trunk/security/security.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 6b0856b19693..55da78c1ee29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ded6ab9be4f6164aef1c527407c1b94f0929799 +refs/heads/master: 3496f92beb9aa99ef21fccc154a36c7698e9c538 diff --git a/trunk/security/security.c b/trunk/security/security.c index 038ef04b2c7f..f0d96a6cc4e9 100644 --- a/trunk/security/security.c +++ b/trunk/security/security.c @@ -225,12 +225,12 @@ int security_bprm_check(struct linux_binprm *bprm) void security_bprm_committing_creds(struct linux_binprm *bprm) { - return security_ops->bprm_committing_creds(bprm); + security_ops->bprm_committing_creds(bprm); } void security_bprm_committed_creds(struct linux_binprm *bprm) { - return security_ops->bprm_committed_creds(bprm); + security_ops->bprm_committed_creds(bprm); } int security_bprm_secureexec(struct linux_binprm *bprm) @@ -613,7 +613,7 @@ int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp) void security_commit_creds(struct cred *new, const struct cred *old) { - return security_ops->cred_commit(new, old); + security_ops->cred_commit(new, old); } int security_kernel_act_as(struct cred *new, u32 secid)