Re: [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
From: Gregory Price
Date: Tue Jun 30 2026 - 11:35:21 EST
On Mon, Jun 29, 2026 at 01:23:18PM +0100, Lorenzo Stoakes wrote:
> It's not necessary to declare these functions static inline as they are
> contained within a single compilation unit.
>
> This makes the anonymous interval tree code consistent with the newly
> updated file-backed interval tree code.
>
> No functional change intended.
>
> Signed-off-by: Lorenzo Stoakes <ljs@xxxxxxxxxx>
Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>