diff options
author | Chris Mason <clm@fb.com> | 2014-11-25 05:58:23 -0800 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-11-25 06:01:11 -0800 |
commit | 8f608de699ec3dd0618795c42734e5db3b20353d (patch) | |
tree | 5bdf492cdf1abc953396e2fcfa3ed4ed819c4d25 /fs/btrfs/check-integrity.c | |
parent | 084b6e7c7607bbeb28544da659c3f5981a4689b0 (diff) | |
download | blackbird-obmc-linux-8f608de699ec3dd0618795c42734e5db3b20353d.tar.gz blackbird-obmc-linux-8f608de699ec3dd0618795c42734e5db3b20353d.zip |
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/check-integrity.c')
-rw-r--r-- | fs/btrfs/check-integrity.c | 1 |
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" |