]> git.ipfire.org Git - thirdparty/kmod.git/commit - libkmod/libkmod-file.c
libkmod: nuke struct file_ops
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 12 Feb 2024 17:23:06 +0000 (17:23 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 30 Apr 2024 17:33:52 +0000 (12:33 -0500)
commitad15892394740763f2c13cefb5fd908bdb966517
treec212ff019a2409d891eedf3178abf3990143332e
parent90b271fbd2b9708a8fa79b7e98d90c7919e7ed73
libkmod: nuke struct file_ops

With the previous commits, we removed the need for a distinct unload
callback.

So nuke the struct all together and only use/keep the load one around.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-file.c