From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 30 Jul 2018 11:03:25 +0200 From: Christoph Hellwig To: Hannes Reinecke Cc: Jens Axboe , Christoph Hellwig , linux-block@vger.kernel.org, Hannes Reinecke , Michael Tsirkin , Jason Wang Subject: Re: [PATCH 6/6] virtio-blk: modernize sysfs attribute creation Message-ID: <20180730090325.GF12038@lst.de> References: <20180730071227.22887-1-hare@suse.de> <20180730071227.22887-7-hare@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180730071227.22887-7-hare@suse.de> List-ID: On Mon, Jul 30, 2018 at 09:12:27AM +0200, Hannes Reinecke wrote: > Use new-style DEVICE_ATTR_RO/DEVICE_ATTR_RW to create the sysfs attributes > and register the disk with default sysfs attribute groups. > > Signed-off-by: Hannes Reinecke > Cc: Michael Tsirkin > Cc: Jason Wang Looks good, Reviewed-by: Christoph Hellwig