public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: James Morris <jmorris@namei.org>
To: Eric Paris <eparis@redhat.com>
Cc: Adrian Bunk <bunk@kernel.org>,
	Stephen Smalley <sds@tycho.nsa.gov>,
	Casey Schaufler <casey@schaufler-ca.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make selinux_parse_opts_str() static
Date: Tue, 18 Mar 2008 09:32:30 +1100 (EST)	[thread overview]
Message-ID: <Xine.LNX.4.64.0803180932090.10104@us.intercode.com.au> (raw)
In-Reply-To: <1205789761.2431.1.camel@localhost.localdomain>

On Mon, 17 Mar 2008, Eric Paris wrote:

> On Mon, 2008-03-17 at 22:29 +0200, Adrian Bunk wrote:
> > This patch makes the needlessly global selinux_parse_opts_str() static.
> > 
> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
> Ack-ed by: Eric Paris <eparis@redhat.com>

ITYM Acked-by :-)

Applied to for-linus.


> 
> whoops, sorry.
> 
> > ---
> > 42740a04634e3a4362a688b29ad31ee87c940ff7 diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
> > index 4bf4807..41a049f 100644
> > --- a/security/selinux/hooks.c
> > +++ b/security/selinux/hooks.c
> > @@ -800,7 +800,8 @@ static void selinux_sb_clone_mnt_opts(const struct super_block *oldsb,
> >  	mutex_unlock(&newsbsec->lock);
> >  }
> >  
> > -int selinux_parse_opts_str(char *options, struct security_mnt_opts *opts)
> > +static int selinux_parse_opts_str(char *options,
> > +				  struct security_mnt_opts *opts)
> >  {
> >  	char *p;
> >  	char *context = NULL, *defcontext = NULL;
> > 
> 

-- 
James Morris
<jmorris@namei.org>

      reply	other threads:[~2008-03-17 22:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-17 20:29 [2.6 patch] make selinux_parse_opts_str() static Adrian Bunk
2008-03-17 21:36 ` Eric Paris
2008-03-17 22:32   ` James Morris [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=Xine.LNX.4.64.0803180932090.10104@us.intercode.com.au \
    --to=jmorris@namei.org \
    --cc=bunk@kernel.org \
    --cc=casey@schaufler-ca.com \
    --cc=eparis@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sds@tycho.nsa.gov \
    /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