bpf, fsverity: Add kfunc bpf_get_fsverity_digest
[linux-2.6-microblaze.git] / fs / verity / init.c
index a29f062..1e207c0 100644 (file)
@@ -69,6 +69,7 @@ static int __init fsverity_init(void)
        fsverity_init_workqueue();
        fsverity_init_sysctl();
        fsverity_init_signature();
+       fsverity_init_bpf();
        return 0;
 }
 late_initcall(fsverity_init)