Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1528247pxa; Thu, 6 Aug 2020 09:32:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZtKq23jm7Q00pVq/ykP9rxQ7Ap5Mp086UjLHEFe/gxRpoF2W3dnTL1Easo738RJnt9yxO X-Received: by 2002:a17:906:260c:: with SMTP id h12mr5378258ejc.457.1596731563499; Thu, 06 Aug 2020 09:32:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596731563; cv=none; d=google.com; s=arc-20160816; b=r9bDhumbxepoKdhQK5Dad7XmlXVIVr/OfbE4ntNIqTVJfmSTUJiQnMMbx/zsQ3zRYu 5OrDRBpTbjwlKuyJGqk5SQudtUNAeWc/LyEh1o29XOwT7AR6YdEO7EI+QPPS7XPdTmOC c8bs6IFvrmU0zhNWUQ1QR0DbZxgfMxkYvkoK3M0ez2WnAI3BQCH1rwjtPtM7Xurb0QEB 25XzjqZshuxR/4AWjaKXMeXQqIp3LGRN/1CKBXlEwasegAP8KhNeRjpue0r4baSmFyzm 17yVMDvOK9qlYAaYTWFwqpGAbj/PqkHnNFdHR5gQEU6baoEwI+2N37fl023agl5XFHH9 VP7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=KNwP4vh66E5qZRQNqpjgmXfg95YVaTXFJ+Y3NpDz55Y=; b=o2ztM9woLw5vNX4Ga6gMDWwIPmj6lIjM+Gh19nGZnbXfS85h7jNjfNN2KzLmR1hqM2 FPCYfqW32fkHVYUUqYz7hv7YZnntvEXYK2FrPN6Mrn4D8oSusiMJYp2J3h78ubDlq4W+ 6sW1pn8O8wWvZZ+kPDs5V5vFkKFi77bJbSK9isu8UZ4OymT3h0dsIH27DinMoxOGpc4/ R/DMrGdEXXHy7a9/PRyC87IEiNkX+IMJEKoGYLMHnfQ5SijhammwiBYIm1hi52KcjmLU dJQgiiPiNDJ/q1w/kJQvHvZvHRj+CR2GevL0Z2VmQTjZ/NhjzqynL7/ip4HUTloybONq kLBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-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 z61si3456194ede.593.2020.08.06.09.32.08; Thu, 06 Aug 2020 09:32:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727828AbgHFQ3x (ORCPT + 99 others); Thu, 6 Aug 2020 12:29:53 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40428 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727985AbgHFQ2r (ORCPT ); Thu, 6 Aug 2020 12:28:47 -0400 Received: from callcc.thunk.org (pool-96-230-252-158.bstnma.fios.verizon.net [96.230.252.158]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 076EjXDt003609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 6 Aug 2020 10:45:34 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id B1C72420263; Thu, 6 Aug 2020 10:45:33 -0400 (EDT) Date: Thu, 6 Aug 2020 10:45:33 -0400 From: tytso@mit.edu To: Dmitry Monakhov Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext4: export msg_count and warning_count via sysfs Message-ID: <20200806144533.GP7657@mit.edu> References: <20200725123313.4467-1-dmtrmonakhov@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200725123313.4467-1-dmtrmonakhov@yandex-team.ru> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, Jul 25, 2020 at 12:33:13PM +0000, Dmitry Monakhov wrote: > This numbers can be analized by system automation similar to errors_count. > In ideal world it would be nice to have separate counters for different > log-levels, but this makes this patch too intrusive. > > Signed-off-by: Dmitry Monakhov Applied, thanks. - Ted