[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091209082256.GA21505@dspnet.fr.eu.org>
Date: Wed, 9 Dec 2009 09:22:56 +0100
From: Olivier Galibert <galibert@...ox.com>
To: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 28/31] Constify struct super_operations for 2.6.32 v1
On Wed, Dec 09, 2009 at 12:47:34AM +0000, Al Viro wrote:
> What you really want is
> * no conversions to any other pointer types for pointers to it
> and to any aggregate types containing it
> * no conversions from any other pointer types for the same set of
> types
> * all objects of that type have static storage duration
> * no lvalues of that type are modifiable
What about the ->owner field?
OG.
--
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