[PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type

Pasha Tatashin pasha.tatashin at soleen.com
Mon Apr 20 07:57:34 PDT 2026


On 04-20 15:22, Luca Boccassi wrote:
> On Mon, 20 Apr 2026 at 13:26, Christian Brauner <brauner at kernel.org> wrote:
> >
> > On Sat, Apr 18, 2026 at 05:28:20PM +0100, luca.boccassi at gmail.com wrote:
> > > +}
> > > +
> > > +static const struct dentry_operations luo_session_dentry_operations = {
> > > +     .d_dname        = luo_session_dname,
> > > +};
> > > +
> > > +static int luo_session_init_fs_context(struct fs_context *fc)
> > > +{
> > > +     struct pseudo_fs_context *ctx;
> > > +
> > > +     ctx = init_pseudo(fc, LUO_SESSION_MAGIC);
> >
> > I'd just call that LUO_FS_MAGIC.
> 
> It's specific for the session fd, so I'd rather keep it as-is. Pasha
> what do you think?

I am OK with what Christian is proposing.

Luca, please wait before sending the new versions, lets discussion 
settle.

Pasha



More information about the kexec mailing list