]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/partition/repart.c
repart: Open files in context_minimize()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jul 2023 15:44:03 +0000 (17:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Aug 2023 05:53:34 +0000 (07:53 +0200)
commit2843df3e5734aa07b82b96ba46b799921a6495b8
tree4b1d30824a784ee5016ecec0c41dc0861406a165
parent114085932cf327a3977d6108ab4e0c9ce531768c
repart: Open files in context_minimize()

Instead of relying on context_open_copy_blocks_paths() to do the
opening, let's just do it in context_minimize() itself as it's trivial.
src/partition/repart.c