Re: [PATCH v6 07/10] dax: plumb hotplug online_type through dax
Gregory Price <[email protected]>
| Newsgroups | dev.linux.lists.nvdimm,dev.linux.lists.driver-core,org.kernel.vger.linux-cxl,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kvack.linux-mm |
|---|---|
| Message-ID | <alBLJoM86ujz5Fg1@gourry-fedora-PF4VCD3F> |
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