Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp3826908imd; Mon, 29 Oct 2018 13:02:14 -0700 (PDT) X-Google-Smtp-Source: AJdET5c3COLDrq0m85hZ2AaI1U1ZxQdDTmQvjhdz/3fkhOpnnfm8Ak8qpEVQiGh1eAFNb9NWnQGS X-Received: by 2002:a65:638a:: with SMTP id h10-v6mr15118885pgv.136.1540843334782; Mon, 29 Oct 2018 13:02:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540843334; cv=none; d=google.com; s=arc-20160816; b=EaeYAILnjWTm8W/5VHeGbQLW5ZW71v7mKi0hCZQ/ruTJnw/rKGruLrZ7aW/fJvjm6k 0cgb4taQgLjOrXa5sPkJz48de+E6jmQsd0D2OT6tBL3q/jUlewgsF/rViFT15SgpsgOQ xEw5mRACB7Mp/YgMnMK8LOIDyn8aEvJpuHispI1WkchQVXYB09KD4tLVL+jHlBnf+k0D nVABgCyB96VvLAsycwDhzzKNe+ej1/N4w6fJe5X9Zs9gAfvkPVp4sSCcuJbpOTtp/0hc b5Q6NECQUgzSTmWyGUYBlDxx2MDKxHhYgyl7FmzxgJP0TB0+XFJkya9hRgEYnbyCgMQ5 PqUA== 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=I7lUCl3VIoDm8wybe5DxGcTzPgYDV8N4TCJbGcxq5Z4=; b=ICmLavTRtS7jFZRRLAUigKhCCt+nKlLAwbbAbCtox2ykmSfe0PUGk/71ghjVbYsgVS XBtZwksgJy+/ZkJ3U3F3hmQRLw3hxFpklb8CH0H8IfWIXrVjio0mAV0b0nQZIAJwkS9L nhLGgUwaesc24H8kRu6rce0VrAkyxo2Lp9bvFPKILuL2eI7XTo8PeMVPmg8b1W3mnsmQ EXdllZFFOIvjHbgAXMxYcFaRF3qQMIWvwiPbPCBTyAcBauYd0koq36XCtgum4vKyIMrv NgtJAfQWWee2MwzWEiK95ainwxVZhE4jTFASmqlEBQ5j1yAOexxO+BD6oaIioR5wDGG7 +Cww== 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 z15-v6si21011618pgl.117.2018.10.29.13.01.58; Mon, 29 Oct 2018 13:02:14 -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 S1729628AbeJ3EvJ (ORCPT + 99 others); Tue, 30 Oct 2018 00:51:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:43968 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725781AbeJ3EvJ (ORCPT ); Tue, 30 Oct 2018 00:51:09 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8321AAF8D; Mon, 29 Oct 2018 20:00:57 +0000 (UTC) Date: Mon, 29 Oct 2018 13:00:50 -0700 From: Davidlohr Bueso To: Waiman Long Cc: akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH] fs/proc: introduce /proc/stat2 file Message-ID: <20181029200050.iejuxckzbm742dmw@linux-r8p5> References: <20181029192521.23059-1-dave@stgolabs.net> <0afed890-7c5a-93ee-cdb9-e30775bd9cf1@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <0afed890-7c5a-93ee-cdb9-e30775bd9cf1@redhat.com> User-Agent: NeoMutt/20180323 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 29 Oct 2018, Waiman Long wrote: >I am wondering if /proc/stat_noirqs will be a more descriptive name of >the intent of this new procfs file or we should just go with the more >generic stat2 name. The reason why I went with '2' instead of a more rescriptive name was that I think of the call as a drop-in replacement/extention to stat. Therefore the same fields are maintained, otherwise with stat_noirqs I feel like instead of zeroing out, they should just be removed. But otoh, I have no strong objection in renaming either. Thanks, Davidlohr