From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757591Ab0FBH1f (ORCPT ); Wed, 2 Jun 2010 03:27:35 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:60652 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757538Ab0FBH1e (ORCPT ); Wed, 2 Jun 2010 03:27:34 -0400 Date: Wed, 2 Jun 2010 00:21:46 -0700 (PDT) From: Linus Torvalds To: Rusty Russell cc: Brandon Philips , Andrew Morton , "Rafael J. Wysocki" , LKML , Jon Masters , Tejun Heo , Masami Hiramatsu , Kay Sievers Subject: Re: [PATCH 2/2] module: fix bne2 "gave up waiting for init of module libcrc32c" In-Reply-To: <201006021523.00357.rusty@rustcorp.com.au> Message-ID: References: <201005252300.07739.rjw@sisk.pl> <20100602021029.GD10332@jenkins.ifup.org> <201006021523.00357.rusty@rustcorp.com.au> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) 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 Wed, 2 Jun 2010, Rusty Russell wrote: > > Moved all the sysfs-exposing stuff to the end just after we put in the > list (and thus to after the find check). Yeah, makes more sense that way. No reason to expose anything to sysfs early. And splitting it into two patches makes it easier to follow than the patch I posted. Ack. Linus