Pārlūkot izejas kodu

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
Chris Mason 10 gadi atpakaļ
vecāks
revīzija
8f608de699
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      fs/btrfs/check-integrity.c

+ 1 - 0
fs/btrfs/check-integrity.c

@@ -94,6 +94,7 @@
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/genhd.h>
 #include <linux/genhd.h>
 #include <linux/blkdev.h>
 #include <linux/blkdev.h>
+#include <linux/vmalloc.h>
 #include "ctree.h"
 #include "ctree.h"
 #include "disk-io.h"
 #include "disk-io.h"
 #include "hash.h"
 #include "hash.h"