Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f608de6 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: include vmalloc.h in check-integrity.c



Fengguang's build monster reported warnings on some arches because we
don't have vmalloc.h included

Signed-off-by: default avatarChris Mason <clm@fb.com>
Reported-by: default avatar <fengguang.wu@intel.com>
parent 084b6e7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@
#include <linux/mutex.h>
#include <linux/genhd.h>
#include <linux/blkdev.h>
#include <linux/vmalloc.h>
#include "ctree.h"
#include "disk-io.h"
#include "hash.h"