On Mon, May 18 2026, Pasha Tatashin wrote: > The ser field in struct luo_session was intended to point to the > serialized data for a session, but it was never actually utilized in the > implementation. All serialization and deserialization logic consistently > uses the pointers maintained in struct luo_session_header. > > Remove the dead field to clean up the structure. > > Acked-by: Mike Rapoport (Microsoft) <[email protected]> > Signed-off-by: Pasha Tatashin <[email protected]>
Reviewed-by: Pratyush Yadav (Google) <[email protected]> -- Regards, Pratyush Yadav
