Re: [PATCH V5 1/2] mm: compaction: move compaction sysctl to its own file

From: Vlastimil Babka
Date: Thu Mar 23 2023 - 12:19:55 EST


On 3/22/23 09:35, Christoph Hellwig wrote:
> On Wed, Mar 22, 2023 at 10:46:28AM +0800, ye.xingchen@xxxxxxxxxx wrote:
>> From: Minghao Chi <chi.minghao@xxxxxxxxxx>
>>
>> This moves all compaction sysctls to its own file.
>
> So there's a whole lot of these 'move sysctrls to their own file'
> patches, but no actual explanation of why that is desirable. Please

I think Luis started this initiative, maybe he can provide the canonical
reasoning :)

> explain why we'd want to split code that is closely related, and now
> requires marking symbols non-static just to create a new tiny source
> file.

Hmm? I can see the opposite, at least in the compaction patch here. Related
code and variables are moved closer together, made static, declarations
removed from headers. It looks like an improvement to me.