Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1833224ybt; Sat, 27 Jun 2020 22:55:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy1lW+XCXHDhpW9ZrqssrjKbuuylYUmBiAFvGSSYdWJ7z+bfIJmFwJUa12mknmEM4SWCgiU X-Received: by 2002:a50:bec2:: with SMTP id e2mr11748308edk.3.1593323743013; Sat, 27 Jun 2020 22:55:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593323743; cv=none; d=google.com; s=arc-20160816; b=PX8aeA97xW5DC9O9NRKKMOuwvAVmDyR6A3/smkTWRHrEmxXDQKilOJ7ub3nKSomAkl uOAOYlwiJFtdB4y5+7C0nhPFyJbswTlefy0HxlUNF67B0zzFJzQfUAbO6TtCj+TYa+jT wUJD7Ome1raSR/rp5BmGtVwFJQxx+jcmjKG4ICaUNy5Pd+A938dh0QzBY+tnf7FXL/oL XAlpZqb1iNChEDA4CtUUL4OpUv1GW6MpIc/ReFXzlDQkqfR9nzbgC22lnaXgTgqo0ovj TR36FN9q6rjiT2rsiVdn7R7BuAEx4Lfn334bGl700DYAl0ed0cg9LddqeaznutTbRFZB P3ZA== 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=WzFAHa00s0WCVFovWb5WRo2QQdMJ3/tzHBj6w1ECb8U=; b=yo4Z76xrm0wv2SPBUNPYDjOzzhS+THsUHwZDuw1/Qeoq0bc1l9WEs+TL/5yKGOo9o7 tuwEtkVwDyzLW2Ls5wwjJSRGsStR4p3pYhvKIuISIq00pfuvsyhO+qnVyfRk6AKuV6aC 4y9MsPBB1Mbvw5pt+zClu4H8MeFz5xJMjBcPfvgE7kPAxCLaDxNMqdaQZrifXbSZOBb/ ZqMmZgjUtKwZgd/zsEn+8l8bDEOLiBcN5rDo37EwIB/Ab5AffkUCiKaZZA+MmRTorjOY +EPI34ft9XzYJGYYkREdiDbeYCb0khlPTxPrnKcghdnDKpNaMU+zIsIymBuV5neX1Pjw YKag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ds16si24941177ejc.112.2020.06.27.22.55.20; Sat, 27 Jun 2020 22:55:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726007AbgF1Fw0 (ORCPT + 99 others); Sun, 28 Jun 2020 01:52:26 -0400 Received: from nautica.notk.org ([91.121.71.147]:37248 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725913AbgF1Fw0 (ORCPT ); Sun, 28 Jun 2020 01:52:26 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 7F3F9C01A; Sun, 28 Jun 2020 07:52:25 +0200 (CEST) Date: Sun, 28 Jun 2020 07:52:10 +0200 From: Dominique Martinet To: Jianyong Wu Cc: ericvh@gmail.com, lucho@ionkov.net, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, Steve.Capper@arm.com, Kaly.Xin@arm.com, justin.he@arm.com, wei.chen@arm.com Subject: Re: [RFC PATCH 2/2] 9p: remove unused code in 9p Message-ID: <20200628055210.GA13335@nautica> References: <20200628020608.36512-1-jianyong.wu@arm.com> <20200628020608.36512-3-jianyong.wu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200628020608.36512-3-jianyong.wu@arm.com> 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 Jianyong Wu wrote on Sun, Jun 28, 2020: > These code has been commented out since 2007 and lied in kernel > since then. it's time to remove thest no used code. Good point, happy to take this - please resend without RFC separately (the two commits aren't related) after fixing the commit message (lie/lay is complicated and I'm not sure what should be used there but lied definitely isn't correct, the qualification doesn't really matter though so probably simpler to remove; and 'thest no used code' does not parse) -- Dominique