Re: [PATCH 2/3] lockdep: consolidate by new validate_held_lock()

2017-02-14 Thread Peter Zijlstra
On Fri, Feb 03, 2017 at 01:38:16AM +0900, J. R. Okajima wrote: > A simple consolidataion. The behaviour should not change. > > Signed-off-by: J. R. Okajima > --- > kernel/locking/lockdep.c | 39 +-- > 1 file changed, 21 insertions(+), 18 deletions(-) > > diff

[PATCH 2/3] lockdep: consolidate by new validate_held_lock()

2017-02-02 Thread J. R. Okajima
A simple consolidataion. The behaviour should not change. Signed-off-by: J. R. Okajima --- kernel/locking/lockdep.c | 39 +-- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index b7a2001..7dc