projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084b6e7
)
Btrfs: include vmalloc.h in check-integrity.c
author
Chris Mason
<clm@fb.com>
Tue, 25 Nov 2014 13:58:23 +0000
(
05:58
-0800)
committer
Chris Mason
<clm@fb.com>
Tue, 25 Nov 2014 14:01:11 +0000
(06:01 -0800)
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
fs/btrfs/check-integrity.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/check-integrity.c
b/fs/btrfs/check-integrity.c
index 47cb267b8ac760328848004c9b516868a1d88034..d897ef803b3b6f3efcb0e8fc3d05bbeff994da35 100644
(file)
--- a/
fs/btrfs/check-integrity.c
+++ b/
fs/btrfs/check-integrity.c
@@
-94,6
+94,7
@@
#include <linux/mutex.h>
#include <linux/genhd.h>
#include <linux/blkdev.h>
+#include <linux/vmalloc.h>
#include "ctree.h"
#include "disk-io.h"
#include "hash.h"