From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Date: Sat, 21 Aug 2010 14:13:44 +0000 Subject: Re: [PATCH] sh: Set CONFIG_SYSFS_DEPRECATED_V2=n Message-Id: <20100821141344.GC6510@console-pimps.org> List-Id: References: <2bf9c3bb585d142503d6b7f3669e2138ba9ed112.1282398356.git.matt@console-pimps.org> In-Reply-To: <2bf9c3bb585d142503d6b7f3669e2138ba9ed112.1282398356.git.matt@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Sat, Aug 21, 2010 at 02:47:59PM +0100, Matt Fleming wrote: > As the help for the config option suggests, this option really shouldn't > be set by default for any recent distribution as it changes the layout > of sysfs. I spotted this while running debian when udev got very > confused by the sysfs layout and failed to create some device nodes. > > Signed-off-by: Matt Fleming > --- > arch/sh/configs/sh7785lcr_defconfig | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Hmm.. on second thought, this option should probably be removed from all the defconfigs in arch/sh/configs as it defaults to 'n' in init/Kconfig. Unless anyone knows of a specific reason to leave it enabled for a particular board?