Prev: CE: xen increasing min_delta_ns to 7651397591976463850 nsec / pvops domU
Next: [PATCH] sisusbvga: Remove the BKL from ioctl
From: Peter Zijlstra on 25 Feb 2010 16:50 On Tue, 2010-02-23 at 19:56 +0100, Fabio Checconi wrote: > + stop = move_runtime(rt_rq, iter, weight, rt_period, > pull); > + if (stop) { > + raw_spin_unlock(&iter->rt_runtime_lock); > + break; > } > next: > raw_spin_unlock(&iter->rt_runtime_lock); might as well put that: if (stop) break; right after the raw_spin_unlock() that's already there. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |