Btrfs: include vmalloc.h in check-integrity.c
authorChris Mason <clm@fb.com>
Tue, 25 Nov 2014 13:58:23 +0000 (05:58 -0800)
committerChris Mason <clm@fb.com>
Tue, 25 Nov 2014 14:01:11 +0000 (06:01 -0800)
Fengguang's build monster reported warnings on some arches because we
don't have vmalloc.h included

Signed-off-by: Chris Mason <clm@fb.com>
Reported-by: fengguang.wu@intel.com
fs/btrfs/check-integrity.c

index 47cb267..d897ef8 100644 (file)
@@ -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"