From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933770AbYEAAHn (ORCPT ); Wed, 30 Apr 2008 20:07:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752364AbYEAAHf (ORCPT ); Wed, 30 Apr 2008 20:07:35 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46001 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837AbYEAAHe (ORCPT ); Wed, 30 Apr 2008 20:07:34 -0400 Date: Wed, 30 Apr 2008 17:07:29 -0700 (PDT) From: Linus Torvalds To: Alexey Dobriyan cc: Justin Mattock , linux-kernel@vger.kernel.org Subject: Re: ACPI vs proc_create_data() mismerge (was Re: proc_dir_entry 'info' already registered) In-Reply-To: <20080501001002.GA4820@martell.zuzino.mipt.ru> Message-ID: References: <20080501001002.GA4820@martell.zuzino.mipt.ru> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 May 2008, Alexey Dobriyan wrote: > > acpi_device_dir() is NULL until all files are createst, so everyting is > created in straight in /proc/ and creation code warns. Ok, I tested this on a laptop, it works for me. Committed. Thanks again, Linus