diff --git a/kerndat.c b/kerndat.c index 65e2c75393..b48f54cf2e 100644 --- a/kerndat.c +++ b/kerndat.c @@ -18,6 +18,7 @@ #include "asm/types.h" #include "cr_options.h" #include "util.h" +#include "lsm.h" struct kerndat_s kdat = { .tcp_max_rshare = 3U << 20, @@ -342,5 +343,7 @@ int kerndat_init_rst(void) if (!ret) ret = kerndat_has_memfd_create(); + host_lsm_type(); + return ret; }