From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422837Ab2CPPaL (ORCPT ); Fri, 16 Mar 2012 11:30:11 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:62521 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032936Ab2CPPaH (ORCPT ); Fri, 16 Mar 2012 11:30:07 -0400 Date: Fri, 16 Mar 2012 08:30:01 -0700 From: Greg KH To: Mauro Carvalho Chehab Cc: Borislav Petkov , Linux Edac Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH 0/6] Add a per-dimm structure Message-ID: <20120316153001.GH28696@kroah.com> References: <1331120438-27523-1-git-send-email-mchehab@redhat.com> <20120313233217.GB31106@kroah.com> <4F60F2E4.7060707@redhat.com> <20120314204355.GA10187@kroah.com> <20120314223102.GA27602@aftab> <4F61496D.8030000@redhat.com> <20120315113115.GA32149@aftab> <4F61E35B.9000906@redhat.com> <20120315213844.GA3781@aftab> <4F62FE38.6060704@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F62FE38.6060704@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 16, 2012 at 05:47:52AM -0300, Mauro Carvalho Chehab wrote: > 2) per Greg's request, we should not use struct sysdev, using instead, > struct device. That means that everything under > /sys/devices/system/edac/mc/ > will move to another place, likely: > /sys/devices/ras/ No, you can keep things under /sys/devices/system/edac/ if you use a struct device, no need to move things and break userspace tools if you don't have to. And I don't think you have to. thanks, greg k-h