commit | 5c0c8d9f610308580f71b94909f5f8e1949ebf93 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue May 29 23:40:22 2018 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Tue May 29 23:40:22 2018 -0700 |
tree | ad48cd7d0f8b7e73b61b9e2caa2c8b2d455289ba | |
parent | 9eca2992eccf2f675fb25ac617cc15702552c582 [diff] |
fs/verity/setup.c: include vmalloc.h Signed-off-by: Eric Biggers <ebiggers@google.com>
diff --git a/fs/verity/setup.c b/fs/verity/setup.c index 6c8664d..1e2b103 100644 --- a/fs/verity/setup.c +++ b/fs/verity/setup.c
@@ -20,6 +20,7 @@ #include <linux/module.h> #include <linux/ratelimit.h> #include <linux/verification.h> +#include <linux/vmalloc.h> static struct kmem_cache *fsverity_info_cachep;