Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763192AbXKOQgr (ORCPT ); Thu, 15 Nov 2007 11:36:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757188AbXKOQgj (ORCPT ); Thu, 15 Nov 2007 11:36:39 -0500 Received: from x346.tv-sign.ru ([89.108.83.215]:52003 "EHLO mail.screens.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757160AbXKOQgi (ORCPT ); Thu, 15 Nov 2007 11:36:38 -0500 Date: Thu, 15 Nov 2007 19:36:19 +0300 From: Oleg Nesterov To: Gautham R Shenoy Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Rusty Russel , Srivatsa Vaddagiri , Dipankar Sarma , Ingo Molnar , Paul E McKenney , Richard Gooch , Tigran Aivazian , Shoahua Li , Ralf Baechle , Heiko Carstens , Nathan Lynch , Paul Jackson , Christoph Lameter , Pekka Enberg , Akinobu Mita Subject: Re: [RFC PATCH 3/3] cpu-hotplug: Replace per-subsystem mutexes with get_online_cpus() Message-ID: <20071115163619.GA110@tv-sign.ru> References: <20071115134924.GA15282@in.ibm.com> <20071115135336.GC15462@in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071115135336.GC15462@in.ibm.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 24 On 11/15, Gautham R Shenoy wrote: > > This patch converts the known per-subsystem mutexes to get_online_cpus > put_online_cpus. It also eliminates the CPU_LOCK_ACQUIRE > and CPU_LOCK_RELEASE hotplug notification events. > > Signed-off-by: Gautham R Shenoy > --- > include/linux/notifier.h | 4 +--- > kernel/cpu.c | 4 ---- > kernel/sched.c | 25 +++++++++---------------- > kernel/workqueue.c | 35 +++++++++++++++-------------------- > mm/slab.c | 18 +++++++++++------- Can't really comment the changes outside the workqueue.c, but imho the whole series is very good. Oleg. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/