summaryrefslogtreecommitdiff
path: root/fs/btrfs
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2014-11-25 05:58:23 -0800
committerChris Mason <clm@fb.com>2014-11-25 06:01:11 -0800
commit8f608de699ec3dd0618795c42734e5db3b20353d (patch)
tree5bdf492cdf1abc953396e2fcfa3ed4ed819c4d25 /fs/btrfs
parent084b6e7c7607bbeb28544da659c3f5981a4689b0 (diff)
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: Chris Mason <clm@fb.com> Reported-by: fengguang.wu@intel.com
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/check-integrity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c
index 47cb267b8ac7..d897ef803b3b 100644
--- a/fs/btrfs/check-integrity.c
+++ b/fs/btrfs/check-integrity.c
@@ -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"