From: Casey Schaufler <casey@schaufler-ca.com>
To: Adrian Bunk <bunk@kernel.org>,
Casey Schaufler <casey@schaufler-ca.com>,
Paul Moore <paul.moore@hp.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make smackfs.c:smk_unlbl_ambient() static
Date: Sun, 24 Feb 2008 10:55:34 -0800 (PST) [thread overview]
Message-ID: <305318.15851.qm@web36611.mail.mud.yahoo.com> (raw)
In-Reply-To: <20080222195807.GB1409@cs181133002.pp.htv.fi>
--- Adrian Bunk <bunk@kernel.org> wrote:
> This patch makes the needlessly global smk_unlbl_ambient() static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
>
> ---
> 60c7072cb922cdecdb8a4f08e5710c014e0e8a8c diff --git
> a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 358c92c..7c6e671 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -371,7 +371,7 @@ void smk_cipso_doi(void)
> /**
> * smk_unlbl_ambient - initialize the unlabeled domain
> */
> -void smk_unlbl_ambient(char *oldambient)
> +static void smk_unlbl_ambient(char *oldambient)
> {
> int rc;
> struct netlbl_audit audit_info;
>
>
>
Casey Schaufler
casey@schaufler-ca.com
prev parent reply other threads:[~2008-02-24 18:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-22 19:58 [2.6 patch] make smackfs.c:smk_unlbl_ambient() static Adrian Bunk
2008-02-22 20:05 ` Paul Moore
2008-02-23 1:09 ` Casey Schaufler
2008-02-24 18:55 ` Casey Schaufler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=305318.15851.qm@web36611.mail.mud.yahoo.com \
--to=casey@schaufler-ca.com \
--cc=bunk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paul.moore@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox