Messages in this thread |  | | | Date | Sun, 15 Mar 2009 19:56:18 +0100 | | From | Ingo Molnar <> | | Subject | Re: SLOB lockup (was: Re: [tip:core/locking] lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB) |
| |
* Nick Piggin <nickpiggin@yahoo.com.au> wrote:
> + spin_lock_irqrestore(&slob_lock, flags);
that should be:
spin_unlock_irqrestore(&slob_lock, flags);
Ingo
|  |