From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261544AbVG1O4x (ORCPT ); Thu, 28 Jul 2005 10:56:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261579AbVG1O4s (ORCPT ); Thu, 28 Jul 2005 10:56:48 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:53666 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S261575AbVG1OzG (ORCPT ); Thu, 28 Jul 2005 10:55:06 -0400 To: Pavel Machek Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/23] reboot-fixes References: <20050727025923.7baa38c9.akpm@osdl.org> <20050727104123.7938477a.akpm@osdl.org> <20050727224711.GA6671@elf.ucw.cz> <20050727225334.GC6529@elf.ucw.cz> <20050728074344.GH6529@elf.ucw.cz> From: ebiederm@xmission.com (Eric W. Biederman) Date: Thu, 28 Jul 2005 08:54:04 -0600 In-Reply-To: <20050728074344.GH6529@elf.ucw.cz> (Pavel Machek's message of "Thu, 28 Jul 2005 09:43:44 +0200") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Pavel Machek writes: > I always thought that device_shutdown is different phase -- the one > with interrupts disabled... Nope. device_shutdown runs before interrupts are disabled. Eric