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: Ubuntu-5.13.0-19.19~18882^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8f608de699ec3dd0618795c42734e5db3b20353d;p=mirror_ubuntu-jammy-kernel.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"