Re: [PATCH 2/2] CRED: Introduce credential access wrappers

From: Ingo Oeser
Date: Tue Aug 12 2008 - 19:05:20 EST


Hi David,

On Tuesday 12 August 2008, David Howells wrote:
> Ingo Oeser <ioe-lkml@xxxxxxxxxx> wrote:
>
> > Why macros? When introducing APIs using trivial inlines makes sure that
> > the conversion is correct, type correct and side effect free for the callers.
> > Macros cannot ensure this without pain.
>
> But macros don't care that you can't access current at this point.

Ok, if that is the only reason, please mention this in the commit message.
That would be enough for me to not wonder about this issue.

But I wonder how you solve this issue if the amount of code behinde your wrappers
grows.

If you have to take them out of line, it would give me a good indication
of the costs involved in the later bodies of these now trivial wrappers,
if you do it right away.

That way you'll find missing includes and whatnot while converting existing code
to the trivial wrappers.


Best Regards

Ingo Oeser
--
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/