Re: [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts

From: Steven Rostedt
Date: Wed May 03 2023 - 12:25:45 EST


On Mon, 1 May 2023 09:54:29 -0700
Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote:

> After redefining alloc_pages, all uses of that name are being replaced.
> Change the conflicting names to prevent preprocessor from replacing them
> when it's not intended.

Note, every change log should have enough information in it to know why it
is being done. This says what the patch does, but does not fully explain
"why". It should never be assumed that one must read other patches to get
the context. A year from now, investigating git history, this may be the
only thing someone sees for why this change occurred.

The "why" above is simply "prevent preprocessor from replacing them
when it's not intended". What does that mean?

-- Steve


>
> Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>