]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/modprobe: factor out module_new_from_any()
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 19 May 2025 19:54:33 +0000 (20:54 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 13 Jun 2025 18:52:41 +0000 (13:52 -0500)
commit5753d25231ad061e6719b7eea3fc96e994c56566
tree3e8b9bc8bac40ed10c5f15556a91dc3f2ffc5d01
parentde2a26d347cf76294c3b347ba8614ff5f39030bd
tools/modprobe: factor out module_new_from_any()

Split the functionality into a helper function, which will be used with
later commits.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/353
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/modprobe.c