[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.0.999.0710260929290.30120@woody.linux-foundation.org>
Date: Fri, 26 Oct 2007 09:30:20 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Sergei Shtylyov <sshtylyov@...mvista.com>
cc: Russell King <rmk@....linux.org.uk>, linux-ide@...r.kernel.org,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
Jeff Garzik <jgarzik@...ox.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: Regression: commit "ide: constify struct ide_port_info" causes
breakage
On Fri, 26 Oct 2007, Sergei Shtylyov wrote:
>
> We can just convert cariables declared as 'struct hpt_info' to const too --
> they are read-only templates.
Generally "__devinitdata" is better than "const", since it means that the
data may be thrown away.
So if you drop one over the other, it's generally the "const" that should
be dropped ;/
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists