Re: [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks

From: Pasha Tatashin

Date: Tue Nov 18 2025 - 14:31:59 EST


On Tue, Nov 18, 2025 at 2:09 PM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote:
>
> On Tue, Nov 18, 2025 at 12:58:20PM -0500, Pasha Tatashin wrote:
> > I actually had full unregister functionality in v4 and earlier, but I
> > dropped it from this series to minimize the footprint and get the core
> > infrastructure landed first.
>
> I don't think this will make sense, there are enough error paths we
> can't have registers without unregisters to unwind them.

I will add them back in LUOv7.

>
> Jason