All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Chris Wright <chrisw@osdl.org>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] binfmt_script.c: make struct script_format static (fwd)
Date: Tue, 7 Dec 2004 21:41:17 +0100	[thread overview]
Message-ID: <20041207204117.GJ7250@stusta.de> (raw)
In-Reply-To: <20041207120710.B469@build.pdx.osdl.net>

On Tue, Dec 07, 2004 at 12:07:10PM -0800, Chris Wright wrote:
> * Adrian Bunk (bunk@stusta.de) wrote:
> > The patch forwarded below still applies and compiles against 
> > 2.6.10-rc2-mm4.
> > 
> > Please apply.
> 
> Yup, also binfmt_em86.c (are there any users of it?).

It's Alpha only.
That's why I didn't find this.

> thanks,
> -chris
> 
> Make em86_format static.
> 
> Signed-off-by: Chris Wright <chrisw@osdl.org>
> 
> ===== fs/binfmt_em86.c 1.8 vs edited =====
> --- 1.8/fs/binfmt_em86.c	2004-05-10 04:25:55 -07:00
> +++ edited/fs/binfmt_em86.c	2004-12-07 12:06:00 -08:00
> @@ -95,7 +95,7 @@ static int load_em86(struct linux_binprm
>  	return search_binary_handler(bprm, regs);
>  }
>  
> -struct linux_binfmt em86_format = {
> +static struct linux_binfmt em86_format = {
>  	.module		= THIS_MODULE,
>  	.load_binary	= load_em86,
>  };

Looks good.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


      reply	other threads:[~2004-12-07 20:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-07 19:35 [2.6 patch] binfmt_script.c: make struct script_format static (fwd) Adrian Bunk
2004-12-07 20:07 ` Chris Wright
2004-12-07 20:41   ` Adrian Bunk [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=20041207204117.GJ7250@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@osdl.org \
    --cc=chrisw@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.