Re: [-mm patch] make struct proc_kpagemap static

2007-04-10 Thread Matt Mackall
On Tue, Apr 10, 2007 at 11:08:26PM +0200, Adrian Bunk wrote: > On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: > >... > > Changes since 2.6.21-rc5-mm4: > >... > > +maps2-add-proc-kpagemap-interface.patch > > > > New interfaces for inspecting process memory status > >... > > >

[-mm patch] make struct proc_kpagemap static

2007-04-10 Thread Adrian Bunk
On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: >... > Changes since 2.6.21-rc5-mm4: >... > +maps2-add-proc-kpagemap-interface.patch > > New interfaces for inspecting process memory status >... This patch makes the needlessly global truct proc_kpagemap static. Signed-off-by:

[-mm patch] make struct proc_kpagemap static

2007-04-10 Thread Adrian Bunk
On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: ... Changes since 2.6.21-rc5-mm4: ... +maps2-add-proc-kpagemap-interface.patch New interfaces for inspecting process memory status ... This patch makes the needlessly global truct proc_kpagemap static. Signed-off-by: Adrian

Re: [-mm patch] make struct proc_kpagemap static

2007-04-10 Thread Matt Mackall
On Tue, Apr 10, 2007 at 11:08:26PM +0200, Adrian Bunk wrote: On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: ... Changes since 2.6.21-rc5-mm4: ... +maps2-add-proc-kpagemap-interface.patch New interfaces for inspecting process memory status ... This patch makes the