Re: [PATCH V2] get_maintainer: Prepare for separate MAINTAINERS files

From: Linus Torvalds
Date: Wed Aug 02 2017 - 14:15:14 EST


On Wed, Aug 2, 2017 at 11:06 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> IMO, the parse-maintainters.pl (sorting) script makes the need for separate
> MAINTAINERS files much less important since the file can be "fixed" easily
> at any time.

For me it's not the "fixing". It's the inevitable merge mess, and the
two hundred commits that I have to go through.

That said, the extra time just to look for MAINTAINERS files makes me
unhappy. It may be just .3s on Joe's machine, but it's presumably much
more when things aren't in the filesystem caches. I (like apparently
Joe) have an SSD so it's not a big deal for me, but..

Just having a single MAINTAINERS directory would alleviate that concern.

Linus