Re: fix rcu annotations noise in cred.h

From: Al Viro
Date: Mon Aug 08 2011 - 04:28:21 EST


On Mon, Aug 08, 2011 at 09:18:29AM +0100, David Howells wrote:
>
> Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> > #define current_cred() \
> > - (current->cred)
> > + (*(__force struct cred **)&current->cred)
>
> No. You've cast away the const. Please don't do that.

So let's bring const back, not a problem...
--
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/