From: Chris Mason Date: Tue, 25 Nov 2014 13:58:23 +0000 (-0800) Subject: Btrfs: include vmalloc.h in check-integrity.c X-Git-Tag: v3.19-rc1~10^2~18 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=8f608de699ec3dd0618795c42734e5db3b20353d;p=cascardo%2Flinux.git 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 Reported-by: fengguang.wu@intel.com --- 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 #include #include +#include #include "ctree.h" #include "disk-io.h" #include "hash.h"