diff mbox series

[08/12] fscache: include <linux-radix-tree.h>

Message ID 1507479013-5207-9-git-send-email-yamada.masahiro@socionext.com
State New
Headers show
Series radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h> | expand

Commit Message

Masahiro Yamada Oct. 8, 2017, 4:10 p.m. UTC
This header needs to know the definition of struct radix_tree_root.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 include/linux/fscache.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4
diff mbox series

Patch

diff --git a/include/linux/fscache.h b/include/linux/fscache.h
index f4ff47d..0a67b2f5 100644
--- a/include/linux/fscache.h
+++ b/include/linux/fscache.h
@@ -22,6 +22,7 @@ 
 #include <linux/list.h>
 #include <linux/pagemap.h>
 #include <linux/pagevec.h>
+#include <linux/radix-tree-root.h>
 
 #if defined(CONFIG_FSCACHE) || defined(CONFIG_FSCACHE_MODULE)
 #define fscache_available() (1)