[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1507479013-5207-9-git-send-email-yamada.masahiro@socionext.com>
Date: Mon, 9 Oct 2017 01:10:09 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kernel@...r.kernel.org
Cc: Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Ian Abbott <abbotti@....co.uk>, Ingo Molnar <mingo@...nel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
David Howells <dhowells@...hat.com>, linux-cachefs@...hat.com
Subject: [PATCH 08/12] fscache: include <linux-radix-tree.h>
This header needs to know the definition of struct radix_tree_root.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
include/linux/fscache.h | 1 +
1 file changed, 1 insertion(+)
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)
--
2.7.4
Powered by blists - more mailing lists