[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1507479013-5207-8-git-send-email-yamada.masahiro@socionext.com>
Date: Mon, 9 Oct 2017 01:10:08 +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>
Subject: [PATCH 07/12] blkcg: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>
This header requires the definition of struct radix_tree_root, but
does not need to know anything about other radix tree stuff.
Include <linux/radix-tree-root.h> instead of <linux/radix-tree.h> to
reduce the header dependency.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
include/linux/blk-cgroup.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index 9d92153..c4ec324 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -16,7 +16,7 @@
#include <linux/cgroup.h>
#include <linux/percpu_counter.h>
#include <linux/seq_file.h>
-#include <linux/radix-tree.h>
+#include <linux/radix-tree-root.h>
#include <linux/blkdev.h>
#include <linux/atomic.h>
--
2.7.4
Powered by blists - more mailing lists