]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
liveupdate: Remove unused ser field from struct luo_session
authorPasha Tatashin <pasha.tatashin@soleen.com>
Wed, 27 May 2026 20:27:37 +0000 (20:27 +0000)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Mon, 1 Jun 2026 06:19:38 +0000 (09:19 +0300)
commit2935777b418d2bfcbfe96705bb2c0fa6c0d94e18
treefc4076173bbb53130ce6b939d3ab8f14a0f9fba9
parent291dcd37c8c8f8f8e1bccc92228f44bf371762a8
liveupdate: Remove unused ser field from struct luo_session

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) <rppt@kernel.org>
Reviewed-by: Pratyush Yadav (Google) <pratyush@kernel.org>
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Link: https://patch.msgid.link/20260527202737.1345192-6-pasha.tatashin@soleen.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
kernel/liveupdate/luo_internal.h