Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1833182ybe; Tue, 3 Sep 2019 04:18:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqwVO9T93klgYBVY0haxgH6e8CS7PUpBmofix1hNljB/0gHAKGweJKzuDmol1AeRPQVULFaY X-Received: by 2002:a63:e5a:: with SMTP id 26mr28691787pgo.3.1567509499985; Tue, 03 Sep 2019 04:18:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567509499; cv=none; d=google.com; s=arc-20160816; b=lMtQKTKvCY7MK11Kh9aR6hYsE1rwHFlAoZZFeQ74iZwjJPRpSHJpshWNy86In1Dq2S 1Lp3JEv4IVEATLGu9icNHVTn4T7OIWBHZCfxILrszJqTPWVC7kxXa84mgYeKzVArsUWd 2aX7SZ/mo+5Gzl8PqL0M9slIjXUQL0Ej+JwOI05EZ1dBL+eZ18xe9ydvlSopa0hg3nGR MQiGCq4BphTbHRdyO6t+3TqdBgzl/C+l4VUQquC/tFgBebQh90MtIWvMnG75H7h3Z4al DS7Sp8pT4ErG8HfFCsVZ6lGbqyeNNxBg5oFzKg3vx7Ws/mtr76nuCMxqvDsAk5Ad5Bpw XPlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=/yYEoh7fh6C11pgByte2eESwfx2GoMF2okfIqH5UE8c=; b=0u8+Gd7mEaPTJx6A6Hz38KjtirDploNl/aXFF+QGw558E3oNHCeShwzKHwpJNzM6hV uMPmj9UuzMzmWf9fTAj+UVUs4DGljOd2k6wK8FmN4Tl3UXCRxokfGFb5/5o0YUDX6z55 ki81Qpu4aKd/CNevi+EPAqydLPwQ++bXM0PSpbgL0EEVgxSxJr4RUgFLUCirydOjwnm7 AL1Y9DTFWsBTnWJEtZAY2nYze/2LF8xLVgZBDPJJVL5V1Po4naI6YwFlKTW/JFi8jY9S SN9m3Wq5vDSDRCoLTOC9EjZ1w/jmRSb1XLp38T5JzTRxp9UW/FACUIodVX/pVQIx4yoU F/Nw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i62si17105652pfb.138.2019.09.03.04.18.03; Tue, 03 Sep 2019 04:18:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728679AbfICLRR (ORCPT + 99 others); Tue, 3 Sep 2019 07:17:17 -0400 Received: from nautica.notk.org ([91.121.71.147]:57090 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727667AbfICLRR (ORCPT ); Tue, 3 Sep 2019 07:17:17 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id B341BC01B; Tue, 3 Sep 2019 13:17:15 +0200 (CEST) Date: Tue, 3 Sep 2019 13:17:00 +0200 From: Dominique Martinet To: Bharath Vedartham Cc: ericvh@gmail.com, lucho@ionkov.net, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super Message-ID: <20190903111700.GA32644@nautica> References: <20190523165619.GA4209@bharath12345-Inspiron-5559> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190523165619.GA4209@bharath12345-Inspiron-5559> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bharath Vedartham wrote on Thu, May 23, 2019: > v9fs_fill_super has a param 'void *data' which is unused in the > function. > > This patch removes the 'void *data' param in v9fs_fill_super and changes > the parameters in all function calls of v9fs_fill_super. > > Signed-off-by: Bharath Vedartham I just realized I had never replied to this patch - queued it today, as well as the other you had sent around the same period. Sorry for the delay, and thanks for sending patches - I don't particularily care for cleanup like this one but it's always good to take. -- Dominique