From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946530Ab3BHMk1 (ORCPT ); Fri, 8 Feb 2013 07:40:27 -0500 Received: from hydra.sisk.pl ([212.160.235.94]:34262 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946435Ab3BHMkT (ORCPT ); Fri, 8 Feb 2013 07:40:19 -0500 From: "Rafael J. Wysocki" To: Yasuaki Ishimatsu Cc: ACPI Devel Maling List , Greg Kroah-Hartman , Bjorn Helgaas , Mika Westerberg , Matthew Garrett , Yinghai Lu , Jiang Liu , Toshi Kani , LKML Subject: Re: [PATCH 0/2] ACPI / scan: Remove useless #ifndef and simplify container driver Date: Fri, 08 Feb 2013 13:46:40 +0100 Message-ID: <3432353.MRsevDcPKP@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.8.0-rc6; KDE/4.9.5; x86_64; ; ) In-Reply-To: <51146EC7.5090504@jp.fujitsu.com> References: <1873429.MS5RQDxTye@vostro.rjw.lan> <1468930.acVuhKfKYv@vostro.rjw.lan> <51146EC7.5090504@jp.fujitsu.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, February 08, 2013 12:19:35 PM Yasuaki Ishimatsu wrote: > Hi Rafael, > > 2013/02/08 9:24, Rafael J. Wysocki wrote: > > On Monday, February 04, 2013 12:47:31 AM Rafael J. Wysocki wrote: > >> From: Rafael J. Wysocki > >> > >> The only useful thing that the ACPI container driver does is to > >> install system notify handlers for all container and module device > >> objects it finds in the namespace. The driver structure, > >> acpi_container_driver, and the data structures created by its > >> .add() callback are in fact not used by the driver, so remove > >> them entirely. > >> > >> It also makes a little sense to build that driver as a module, > >> so make it non-modular and add its initialization to the > >> namespace scanning code. > >> > >> In addition to that, make the namespace walk callback used for > >> installing the notify handlers more straightforward. > > > > As pointed out by Toshi Kani, the above changes would make acpi_eject_store() > > fail for containers and it is the only way to eject them currently, so patch > > [2/2] is an improved version of this (with Toshi's changes folded in). > > > > Patch [1/2] is just a cleanup removing a useless #ifndef from acpi_eject_store(). > > I confimed the patch series works well. > > Acked-by: Yasuaki Ishimatsu > Tested-by: Yasuaki Ishimatsu Thanks a lot! Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.