From: Casey Schaufler <casey@schaufler-ca.com>
To: Adrian Bunk <bunk@kernel.org>, Casey Schaufler <casey@schaufler-ca.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make smackfs.c:smk_cipso_doi() static
Date: Wed, 13 Feb 2008 14:20:43 -0800 (PST) [thread overview]
Message-ID: <990098.98014.qm@web36601.mail.mud.yahoo.com> (raw)
In-Reply-To: <20080213213035.GI3383@cs181133002.pp.htv.fi>
--- Adrian Bunk <bunk@kernel.org> wrote:
> smk_cipso_doi() can become static.
This change is included in a patch I hope to submit today.
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> BTW: -ENOMAINTAINERSENTRY
>
> 299c2883384303ca7730df8fa4baae9194bd5d13 diff --git
> a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 15aa37f..13462ff 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -336,7 +336,7 @@ static const struct file_operations smk_load_ops = {
> /**
> * smk_cipso_doi - initialize the CIPSO domain
> */
> -void smk_cipso_doi(void)
> +static void smk_cipso_doi(void)
> {
> int rc;
> struct cipso_v4_doi *doip;
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
>
Casey Schaufler
casey@schaufler-ca.com
prev parent reply other threads:[~2008-02-13 22:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 21:30 [2.6 patch] make smackfs.c:smk_cipso_doi() static Adrian Bunk
2008-02-13 22:20 ` 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=990098.98014.qm@web36601.mail.mud.yahoo.com \
--to=casey@schaufler-ca.com \
--cc=bunk@kernel.org \
--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