LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Jörn Engel" <joern@lazybastard.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: dwmw2@infradead.org, linux-mtd@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] block2mtd_paramline[] mustn't be __initdata
Date: Sun, 25 Mar 2007 22:40:26 +0200 [thread overview]
Message-ID: <20070325204026.GB19691@lazybastard.org> (raw)
In-Reply-To: <20070325145805.GH16477@stusta.de>
On Sun, 25 March 2007 16:58:05 +0200, Adrian Bunk wrote:
>
> block2mtd_paramline[] is used in the non-__init block2mtd_setup()
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-By: Jörn Engel <joern@lazybastard.org>
Adrian, can you put me on Cc: next time?
> ---
> --- linux-2.6.21-rc4-mm1/drivers/mtd/devices/block2mtd.c.old 2007-03-25 15:56:10.000000000 +0200
> +++ linux-2.6.21-rc4-mm1/drivers/mtd/devices/block2mtd.c 2007-03-25 15:56:31.000000000 +0200
> @@ -423,7 +423,7 @@
>
> #ifndef MODULE
> static int block2mtd_init_called = 0;
> -static __initdata char block2mtd_paramline[80 + 12]; /* 80 for device, 12 for erase size */
> +static char block2mtd_paramline[80 + 12]; /* 80 for device, 12 for erase size */
> #endif
Jörn
--
Das Aufregende am Schreiben ist es, eine Ordnung zu schaffen, wo
vorher keine existiert hat.
-- Doris Lessing
next prev parent reply other threads:[~2007-03-25 21:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-25 14:58 Adrian Bunk
2007-03-25 20:40 ` Jörn Engel [this message]
2007-04-28 19:19 Adrian Bunk
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=20070325204026.GB19691@lazybastard.org \
--to=joern@lazybastard.org \
--cc=bunk@stusta.de \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--subject='Re: [2.6 patch] block2mtd_paramline[] mustn'\''t be __initdata' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).