RE: [PATCH] radix-tree: replace with

2017-11-13 Thread Matthew Wilcox
> Cc: Masahiro Yamada ; Matthew Wilcox > ; Jan Kara ; Linux Kernel Mailing List > ; Johannes Weiner ; > Chris Mi > Subject: Re: [PATCH] radix-tree: replace with > > > Hi Andrew, > > > 2017-10-13 22:03 GMT+09:00 Masahiro Yamada > : > > This header cont

Re: [PATCH] radix-tree: replace with

2017-11-12 Thread Masahiro Yamada
Hi Andrew, 2017-10-13 22:03 GMT+09:00 Masahiro Yamada : > This header contains references to spinlock_t and lockdep_is_held(), > both of which are defined in > > Signed-off-by: Masahiro Yamada I have not got any comment on this patch. Could you take a look at it, please? > --- > > include

[PATCH] radix-tree: replace with

2017-10-13 Thread Masahiro Yamada
This header contains references to spinlock_t and lockdep_is_held(), both of which are defined in Signed-off-by: Masahiro Yamada --- include/linux/radix-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h index 567e