Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760005Ab3GZWkj (ORCPT ); Fri, 26 Jul 2013 18:40:39 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:38678 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759936Ab3GZWkg (ORCPT ); Fri, 26 Jul 2013 18:40:36 -0400 Date: Fri, 26 Jul 2013 15:40:35 -0700 (PDT) Message-Id: <20130726.154035.1983845199334433148.davem@davemloft.net> To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 30/36] net: core: convert class code to use dev_groups From: David Miller In-Reply-To: <1374703539-9705-31-git-send-email-gregkh@linuxfoundation.org> References: <1374703539-9705-1-git-send-email-gregkh@linuxfoundation.org> <1374703539-9705-31-git-send-email-gregkh@linuxfoundation.org> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.1 (shards.monkeyblade.net [0.0.0.0]); Fri, 26 Jul 2013 15:40:36 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1044 Lines: 26 From: Greg Kroah-Hartman Date: Wed, 24 Jul 2013 15:05:33 -0700 > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the networking core class code to > use the correct field. > > In order to do this in the "cleanest" way, some of the macros had to be > changed to reflect the driver core format of naming show/store > functions, which accounts for the majority of the churn in this file. > > Cc: netdev@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman > --- > > netdev@ maintainers, feel free to take this through your tree, or ACK it > and I can take it through mine. Likewise please take this through your tree Greg, thanks! Acked-by: David S. Miller -- 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/