Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-17 Thread Michal Hocko
On Sun 17-02-13 09:36:49, Wu Fengguang wrote: > On Sat, Feb 16, 2013 at 01:18:53PM +0100, Michal Hocko wrote: > > On Fri 15-02-13 14:46:29, Andrew Morton wrote: > > > On Fri, 15 Feb 2013 13:38:24 +0100 > > > Michal Hocko wrote: > > > > > > > Fenguang Wu has reported the following compile time

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-17 Thread Michal Hocko
On Sun 17-02-13 09:36:49, Wu Fengguang wrote: On Sat, Feb 16, 2013 at 01:18:53PM +0100, Michal Hocko wrote: On Fri 15-02-13 14:46:29, Andrew Morton wrote: On Fri, 15 Feb 2013 13:38:24 +0100 Michal Hocko mho...@suse.cz wrote: Fenguang Wu has reported the following compile time

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-16 Thread Fengguang Wu
On Sat, Feb 16, 2013 at 01:18:53PM +0100, Michal Hocko wrote: > On Fri 15-02-13 14:46:29, Andrew Morton wrote: > > On Fri, 15 Feb 2013 13:38:24 +0100 > > Michal Hocko wrote: > > > > > Fenguang Wu has reported the following compile time issue > > > arch/ia64/kernel/topology.c:278:16: error:

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-16 Thread Michal Hocko
On Fri 15-02-13 14:46:29, Andrew Morton wrote: > On Fri, 15 Feb 2013 13:38:24 +0100 > Michal Hocko wrote: > > > Fenguang Wu has reported the following compile time issue > > arch/ia64/kernel/topology.c:278:16: error: conflicting types for > > 'cache_show' > > include/linux/slab.h:224:5: note:

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-16 Thread Michal Hocko
On Fri 15-02-13 14:46:29, Andrew Morton wrote: On Fri, 15 Feb 2013 13:38:24 +0100 Michal Hocko mho...@suse.cz wrote: Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error: conflicting types for 'cache_show' include/linux/slab.h:224:5:

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-16 Thread Fengguang Wu
On Sat, Feb 16, 2013 at 01:18:53PM +0100, Michal Hocko wrote: On Fri 15-02-13 14:46:29, Andrew Morton wrote: On Fri, 15 Feb 2013 13:38:24 +0100 Michal Hocko mho...@suse.cz wrote: Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error:

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Andrew Morton
On Fri, 15 Feb 2013 13:38:24 +0100 Michal Hocko wrote: > Fenguang Wu has reported the following compile time issue > arch/ia64/kernel/topology.c:278:16: error: conflicting types for 'cache_show' > include/linux/slab.h:224:5: note: previous declaration of 'cache_show' was > here > > which has

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Michal Hocko
Scratch that. I should have checked origin/master which already fixed that by 4fafc8c21487f6b5259d462e9bee98661a02390d Sorry for the noise. On Fri 15-02-13 13:38:24, Michal Hocko wrote: > Fenguang Wu has reported the following compile time issue > arch/ia64/kernel/topology.c:278:16: error:

[PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Michal Hocko
Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error: conflicting types for 'cache_show' include/linux/slab.h:224:5: note: previous declaration of 'cache_show' was here which has been introduced by 749c5415 (memcg: aggregate memcg cache values in

[PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Michal Hocko
Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error: conflicting types for 'cache_show' include/linux/slab.h:224:5: note: previous declaration of 'cache_show' was here which has been introduced by 749c5415 (memcg: aggregate memcg cache values in

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Michal Hocko
Scratch that. I should have checked origin/master which already fixed that by 4fafc8c21487f6b5259d462e9bee98661a02390d Sorry for the noise. On Fri 15-02-13 13:38:24, Michal Hocko wrote: Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error:

Re: [PATCH] ia64: rename cache_show to topology_cache_show

2013-02-15 Thread Andrew Morton
On Fri, 15 Feb 2013 13:38:24 +0100 Michal Hocko mho...@suse.cz wrote: Fenguang Wu has reported the following compile time issue arch/ia64/kernel/topology.c:278:16: error: conflicting types for 'cache_show' include/linux/slab.h:224:5: note: previous declaration of 'cache_show' was here