]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
liveupdate: Extract luo_file_deserialize_one helper
authorPasha Tatashin <pasha.tatashin@soleen.com>
Wed, 3 Jun 2026 15:43:54 +0000 (15:43 +0000)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Wed, 3 Jun 2026 18:15:46 +0000 (21:15 +0300)
commit51b71af922a7145e63fdc0cab075d681ecd89e4a
tree9a522c37c9d9b49c5ddfb07525f8df64ece5436c
parentcf071b3536df76a2a75b83ca1fe8c043824352c3
liveupdate: Extract luo_file_deserialize_one helper

Extract the logic for deserializing single entries for files into
separate helper functions. In preparation to a linked-block
serialization for files.

This is a pure code movement, no other changes intended.

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/20260603154402.468928-6-pasha.tatashin@soleen.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
kernel/liveupdate/luo_file.c