Re: [PATCH v2 7/9] mm/huge_memory: deduplicate zap deposited table call

From: Lorenzo Stoakes (Oracle)

Date: Fri Mar 20 2026 - 10:14:17 EST


On Fri, Mar 20, 2026 at 02:00:04PM +0000, Lorenzo Stoakes (Oracle) wrote:
> On Thu, Mar 19, 2026 at 09:56:53PM +0000, Kiryl Shutsemau wrote:
> >
> > if (!vma_is_dax(vma))
> > has_deposit = true;
> >
> > No need in squeezing it into single line.
>
> Well part of the point here was to avoid ugly:
>
> Indent
> Indent
> Indent

Actually it's not too bad let's do that.

Cheers, Lorenzo