public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <paul.moore@hp.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: Casey Schaufler <casey@schaufler-ca.com>, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make smackfs.c:smk_unlbl_ambient() static
Date: Fri, 22 Feb 2008 15:05:04 -0500	[thread overview]
Message-ID: <200802221505.04913.paul.moore@hp.com> (raw)
In-Reply-To: <20080222195807.GB1409@cs181133002.pp.htv.fi>

On Friday 22 February 2008 2:58:07 pm Adrian Bunk wrote:
> This patch makes the needlessly global smk_unlbl_ambient() static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Fine with me.

Acked-by: Paul Moore <paul.moore@hp.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;



-- 
paul moore
linux security @ hp

  reply	other threads:[~2008-02-22 20:08 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 [this message]
2008-02-23  1:09 ` Casey Schaufler
2008-02-24 18:55 ` Casey Schaufler

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=200802221505.04913.paul.moore@hp.com \
    --to=paul.moore@hp.com \
    --cc=bunk@kernel.org \
    --cc=casey@schaufler-ca.com \
    --cc=linux-kernel@vger.kernel.org \
    /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