Re: [patch 1/4] lockdep: variuos fixes

2007-06-12 Thread Peter Zijlstra
On Tue, 2007-06-12 at 19:17 +0530, debian developer wrote: > On 6/12/07, Peter Zijlstra <[EMAIL PROTECTED]> wrote: > > Index: linux-2.6/kernel/lockdep.c > > === > > --- linux-2.6.orig/kernel/lockdep.c > > +++ linux-2.6/kernel/lockdep

Re: [patch 1/4] lockdep: variuos fixes

2007-06-12 Thread debian developer
What exactly is being copyright'ed here? On 6/12/07, Peter Zijlstra <[EMAIL PROTECTED]> wrote: - update the copyright notices - use the default hash function - fix a thinko in a BUILD_BUG_ON - add a WARN_ON to spot inconsitent naming - fix a termination issue in /proc/lock_stat Signed-off-

[patch 1/4] lockdep: variuos fixes

2007-06-12 Thread Peter Zijlstra
- update the copyright notices - use the default hash function - fix a thinko in a BUILD_BUG_ON - add a WARN_ON to spot inconsitent naming - fix a termination issue in /proc/lock_stat Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> Acked-by: Ingo Molnar <[EMAIL PROTECTED]> --- include/linu