Re: [PATCH v6 07/10] dax: plumb hotplug online_type through dax
From: Gregory Price
Date: Thu Jul 09 2026 - 21:30:32 EST
On Thu, Jul 09, 2026 at 06:08:45PM -0400, Gregory Price wrote:
> On Thu, Jul 09, 2026 at 02:46:39PM -0700, Dan Williams (nvidia) wrote:
>
> This was more a matter of having the DEFAULT set consistently across
> the dax driver variant probe() functions to make the behavior explicit.
> I didn't want an un-set value bug to creep in here somehow.
>
> Happy to drop them if you think that's unneeded.
>
Ah
Not setting the value in each of those places is equivalent to setting
MMOP_OFFLINE (0), so better to just set DEFAULT regardless.
So unless you have strong feelings i will keep them as-is.
~Gregory