On Tue, 2023-02-07 at 22:00 -0800, Dan Williams wrote: > Vishal Verma wrote: > > From: Dan Williams <[email protected]> > > > > Recently the kernel added support for routing newly mapped CXL regions to > > device-dax. Include the json representation of a DAX region beneath its > > host CXL region. > > > > Signed-off-by: Dan Williams <[email protected]> > > [vishal: fix missing dsxctl/json.h include in cxl/json.c] > > s/dsxctl/daxctl/ > > ...definitely needed, wonder why my build didn't fail?
IIRC it was a warning, not an error - it assumed a default int return type, and warned about that. > > Does cxl/filter.c need it? Looks like I added it there instead of where > it was needed. Ah true, cxl/filter.c doesn't need it. I'll remove it from there.
