Re: [-mm patch] kernel/lockdep_proc.c: make 2 functions static

2007-06-05 Thread Peter Zijlstra
On Tue, 2007-06-05 at 23:51 +0200, Adrian Bunk wrote: > On Wed, May 30, 2007 at 11:58:23PM -0700, Andrew Morton wrote: > >... > > Changes since 2.6.22-rc2-mm1: > >... > > +lockstat-human-readability-tweaks.patch > >... > > lockstat-via-lockdep > >... > > This patch makes two needlessly global fun

[-mm patch] kernel/lockdep_proc.c: make 2 functions static

2007-06-05 Thread Adrian Bunk
On Wed, May 30, 2007 at 11:58:23PM -0700, Andrew Morton wrote: >... > Changes since 2.6.22-rc2-mm1: >... > +lockstat-human-readability-tweaks.patch >... > lockstat-via-lockdep >... This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- kern