Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933358Ab0GOO1A (ORCPT ); Thu, 15 Jul 2010 10:27:00 -0400 Received: from kroah.org ([198.145.64.141]:53454 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933300Ab0GOO07 (ORCPT ); Thu, 15 Jul 2010 10:26:59 -0400 Date: Thu, 15 Jul 2010 07:27:40 -0700 From: Greg KH To: Konrad Rzeszutek Wilk Cc: "Eric W. Biederman" , Andrew Morton , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, alsa-devel@alsa-project.org, Jens Axboe , Stephen Hemminger , Kay Sievers , Alan Stern , "James E.J. Bottomley" , Alexey Kuznetsov , Randy Dunlap , Tejun Heo , "David S. Miller" , Jaroslav Kysela , Takashi Iwai , Ingo Molnar , Peter Zijlstra , David Howells , Dave Airlie Subject: Re: [PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED Message-ID: <20100715142740.GA17005@kroah.com> References: <20100709185450.GA29473@kroah.com> <20100714163852.b3c09930.akpm@linux-foundation.org> <201007150929.03916.konrad@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007150929.03916.konrad@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 31 On Thu, Jul 15, 2010 at 09:29:01AM -0400, Konrad Rzeszutek Wilk wrote: > > > > and the box still won't boot. > > > > The reason FC6 doesn't boot is there is a userspace tool > > I believe in the initrd that cares about symlinks when it should > > not. > > It is not just nash. Also multipathd would fail (as it expects > the /sys/scsi_host/.. in certain directories), and 'lsscsi'. There > might be other tools that depend on libsysfs to be affected by this as well. No tool should use libsysfs, that code broke a _long_ time ago. Do you know of anything using it? > Oh, and I think 'udev' might have some trouble too - but not 100% certain > about that. Heh, no udev works just fine :) So basically, it's just the block links that are being affected, so that might let me narrow down the code covered by the depreciated option. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/