Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adf02123 authored by David Sterba's avatar David Sterba
Browse files

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: default avatarDavid Sterba <dsterba@suse.com>
parent f54de068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/rbtree.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include "ctree.h"
#include "disk-io.h"
#include "transaction.h"