From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbaCIGBZ (ORCPT ); Sun, 9 Mar 2014 01:01:25 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54409 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbaCIGBY (ORCPT ); Sun, 9 Mar 2014 01:01:24 -0500 Date: Sat, 8 Mar 2014 22:02:00 -0800 From: Greg Kroah-Hartman To: Arjan van de Ven Cc: Roland Dreier , "linux-kernel@vger.kernel.org" , Andrew Morton , Arjan van de Ven , shli@kernel.org Subject: Re: [PATCH] Revert "driver core: synchronize device shutdown" Message-ID: <20140309060200.GA28471@kroah.com> References: <1393991871-1743-1-git-send-email-roland@kernel.org> <20140305040929.GA31130@kroah.com> <20140305043858.GA2494@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 07, 2014 at 06:30:49PM -0800, Arjan van de Ven wrote: > >> AFAICT the synchronization does nothing useful and is just a remnant > >> of a patch series where the real meat didn't get applied. But of > >> course it would be great if Shaohua could confirm my understanding. > > > > Shaohua's email address seems to now bounce :( > > > > Arjan, any thoughts? > > > if there are no users, it should go... all it does it slows down the shutdown. Ok, thanks, will revert it.