From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0B4BC43334 for ; Sun, 19 Jun 2022 07:37:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231939AbiFSHhy (ORCPT ); Sun, 19 Jun 2022 03:37:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234274AbiFSHhx (ORCPT ); Sun, 19 Jun 2022 03:37:53 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 908BDCE2C; Sun, 19 Jun 2022 00:37:52 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 875EB67373; Sun, 19 Jun 2022 09:37:48 +0200 (CEST) Date: Sun, 19 Jun 2022 09:37:48 +0200 From: Christoph Hellwig To: Kirti Wankhede Cc: Christoph Hellwig , Tony Krowiak , Halil Pasic , Jason Herne , Eric Farman , Matthew Rosato , Zhenyu Wang , Zhi Wang , Alex Williamson , kvm@vger.kernel.org, linux-s390@vger.kernel.org, intel-gvt-dev@lists.freedesktop.org, Jason Gunthorpe , Kevin Tian , Neo Jia , Tarun Gupta , Dheeraj Nigam Subject: Re: [PATCH 04/13] vfio/mdev: remove mdev_{create,remove}_sysfs_files Message-ID: <20220619073748.GA27820@lst.de> References: <20220614045428.278494-1-hch@lst.de> <20220614045428.278494-5-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Thu, Jun 16, 2022 at 01:33:30AM +0530, Kirti Wankhede wrote: > > Does this change really required? When mdev was implemented we tried to > keep all sysfs related stuff in mdev_sysfs.c file and I would still like to > stick to that approach. It isn't strictly required, but it removes a lot of pointless boilerplate code.