Re: [PATCH 2/7] move include of workqueue.h to top of slab.h file

2012-11-15 Thread Kamezawa Hiroyuki
(2012/11/15 11:54), Glauber Costa wrote: > Suggested by akpm. I originally decided to put it closer to the use of > the work struct, but let's move it to top. > > Signed-off-by: Glauber Costa > CC: Michal Hocko > CC: Kamezawa Hiroyuki > CC: Johannes Weiner > CC: Andrew Morton Reviewed-by: KA

[PATCH 2/7] move include of workqueue.h to top of slab.h file

2012-11-14 Thread Glauber Costa
Suggested by akpm. I originally decided to put it closer to the use of the work struct, but let's move it to top. Signed-off-by: Glauber Costa CC: Michal Hocko CC: Kamezawa Hiroyuki CC: Johannes Weiner CC: Andrew Morton --- include/linux/slab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 de