All of lore.kernel.org
 help / color / mirror / Atom feed
* Remove last BKL leftover: lock_depth
@ 2011-05-06 21:05 Andi Kleen
  2011-05-06 21:05 ` [PATCH 1/4] BKL: Remove BKL references in mutex code Andi Kleen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Andi Kleen @ 2011-05-06 21:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterz, arnd, akpm

I noticed the BKL task->lock_depth field was there with various users.
But they all don't need it anymore because the BKL is gone.
Fix up all the users and then finally remove the field.

This patchkit only removes code.

-Andi


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-07  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06 21:05 Remove last BKL leftover: lock_depth Andi Kleen
2011-05-06 21:05 ` [PATCH 1/4] BKL: Remove BKL references in mutex code Andi Kleen
2011-05-06 21:05 ` [PATCH 2/4] SCHED: Remove BKL accounting from schedstats Andi Kleen
2011-05-07  8:16   ` Ingo Molnar
2011-05-06 21:05 ` [PATCH 3/4] SCHED: Don't use BKL count for idle preempt count initialization Andi Kleen
2011-05-06 21:05 ` [PATCH 4/4] Remove last BKL leftover: lock_depth Andi Kleen
2011-05-06 21:11 ` Andrew Morton
2011-05-06 21:19   ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.