From: David Sterba Date: Wed, 31 May 2017 17:44:31 +0000 (+0200) Subject: btrfs: adjust includes after vmalloc removal X-Git-Tag: v4.13-rc1~150^2~62 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=adf0212396e3af238e25e7c54ecb2959f19def24;p=karo-tx-linux.git btrfs: adjust includes after vmalloc removal As we don't use vmalloc/vzalloc/vfree directly in ctree.c, we can now use the proper header that defines kvmalloc. Signed-off-by: David Sterba --- diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 6e1b02dd72d3..3f4daa9d6e2c 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include "ctree.h" #include "disk-io.h" #include "transaction.h"