Re: Regression: commit "ide: constify struct ide_port_info" causesbreakage

From: Linus Torvalds
Date: Fri Oct 26 2007 - 12:32:26 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/