Re: [PATCH linux next v2] taskstats: adjust indentation of xxx_delay_max/min

From: Andrew Morton
Date: Mon May 19 2025 - 17:51:36 EST


On Mon, 19 May 2025 22:32:44 +0800 (CST) <yang.yang29@xxxxxxxxxx> wrote:

> > adjust indentation of xxx_delay_max/min in struct taskstats.
> I think fixing indentation alone isn't worth a separate patch. There
> are still a lot work to do, for example: reduce redundant assignment
> and calculation code in delayacct_add_tsk(). So should we fix the
> indentation as part of the next patch.

Ordinarily I'd agree. But
taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15.patch
is presently in mm.git in quilt form, in the "mm-nonmm-unstable"
branch. So I can add Jiang's fix and later fold it into the base patch
before moving it all into the non-rebasing "mm-stable" branch.

This is one of the reasons why I use this hybrid quilt/git scheme - so
patches and changelogs can easily be updated during their stabilization
phase.