1
0
Fork 0

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
hifive-unleashed-5.1
Chris Mason 2014-11-25 05:58:23 -08:00
parent 084b6e7c76
commit 8f608de699
1 changed files with 1 additions and 0 deletions

View 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"