Skip to content

Commit

Permalink
lsm: get host lsm type from the host mntns
Browse files Browse the repository at this point in the history
  • Loading branch information
avagin committed May 18, 2015
1 parent 49e3ff1 commit 9fc4975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kerndat.c
Expand Up @@ -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,
Expand Down Expand Up @@ -342,5 +343,7 @@ int kerndat_init_rst(void)
if (!ret)
ret = kerndat_has_memfd_create();

host_lsm_type();

return ret;
}

0 comments on commit 9fc4975

Please sign in to comment.