Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751541AbdFIFjZ (ORCPT ); Fri, 9 Jun 2017 01:39:25 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36477 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbdFIFjY (ORCPT ); Fri, 9 Jun 2017 01:39:24 -0400 Date: Fri, 9 Jun 2017 14:39:28 +0900 From: Sergey Senozhatsky To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Minchan Kim , Nitin Gupta , Sergey Senozhatsky Subject: Re: [PATCH 4/7] zram: use class_groups instead of class_attrs Message-ID: <20170609053927.GA614@jagdpanzerIV.localdomain> References: <20170608081242.27061-1-gregkh@linuxfoundation.org> <20170608081242.27061-5-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608081242.27061-5-gregkh@linuxfoundation.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 482 Lines: 14 On (06/08/17 10:12), Greg Kroah-Hartman wrote: > The class_attrs pointer is long depreciated, and is about to be finally > removed, so move to use the class_groups pointer instead. > > Cc: Minchan Kim > Cc: Nitin Gupta > Cc: Sergey Senozhatsky > Signed-off-by: Greg Kroah-Hartman FWIW, looks good to me. Reviewed-by: Sergey Senozhatsky -ss