Re: [patch 4/4] Actually make the f_ops field const

From: Andrew Morton
Date: Sat Jan 07 2006 - 02:59:22 EST


Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
>
> Mark the f_ops members of inodes as const, as well as fix the ripple-through
> this causes by places that copy this f_ops and then "do stuff" with it.
> (some of the "do stuff" is quite unpleasant..)

Right now is the worst possible time in the kernel cycle to be raising
large many-file patches like this. You need to either take a look at
what's coming in -mm or wait until all the git trees have merged up then do
the patch against -linus.

In this case there are mulitple new references to non-const file_operations
added to Linus's tree by alsa 48 hours ago.
-
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/