Skip to content

Commit 9fc4975

Browse files
committed
lsm: get host lsm type from the host mntns
1 parent 49e3ff1 commit 9fc4975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kerndat.c

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "asm/types.h"
1919
#include "cr_options.h"
2020
#include "util.h"
21+
#include "lsm.h"
2122

2223
struct kerndat_s kdat = {
2324
.tcp_max_rshare = 3U << 20,
@@ -342,5 +343,7 @@ int kerndat_init_rst(void)
342343
if (!ret)
343344
ret = kerndat_has_memfd_create();
344345

346+
host_lsm_type();
347+
345348
return ret;
346349
}

0 commit comments

Comments
 (0)