]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/loop-util.c
loop-util: split out several functions fron loop_configure() and loop_device_make_int...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 8 Sep 2022 07:44:40 +0000 (16:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 8 Sep 2022 19:31:10 +0000 (04:31 +0900)
commit54ba7daf23e7e4fe3564cf4ea1e0f7cdf99b2558
treee8d6b67a560b6929d84b1cce8fa4a2a74f0204a3
parent539b6597b209dacdf492aa1bd3b55ea6e7f6bb0c
loop-util: split out several functions fron loop_configure() and loop_device_make_internal()

The two functions were quite long, and hard to understand its logic.
No functional change, just refactoring.
src/shared/loop-util.c