Re: [PATCH 3/9] VFS: Introduce a mount context

From: Joe Perches
Date: Thu May 04 2017 - 10:36:16 EST


On Thu, 2017-05-04 at 10:27 +0100, David Howells wrote:
> Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> > krealloc would probably be more efficient and possible
> > readable as likely there's already padding in the original
> > allocation.
>
> Given there's a maximum of 3 slots, I think it makes better sense to just
> allocate them all up front.

Sounds good to me.
Simpler is frequently better.