Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8542562imu; Fri, 28 Dec 2018 21:39:27 -0800 (PST) X-Google-Smtp-Source: ALg8bN7EejwTGUXs1ujPO2fkF4fYmv2QKz+L50MJjIY1sCVDnAuEQpvRSA85gtn1kXYi0rTBSDqU X-Received: by 2002:a63:6ac5:: with SMTP id f188mr686691pgc.165.1546061967566; Fri, 28 Dec 2018 21:39:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546061967; cv=none; d=google.com; s=arc-20160816; b=kkhmBTnR4g+PNxtac1cHhce+lvKqvpewLSpJt7bC9nwankMuWMfRSZ48s0BWOxB7ig yFk4XJlfCPNIxkBLcqBE4qa3pOfyRbC4Gzl8Im0FGCX3yXeGDJM0nPNmozaopSMWPjSk lLS0TWGocuZ6GOzjc5u8j8yyVMd4l/Q3RjOc5dn65sSysfvsWKR5gM2BxFBSz6qwouhs gxo8l7fZaCxnAK09mYnDAADW4gSxw/dUhxd4QijQM89ZC73kyuFmzHCobA2VqJJmpFMv YZgSprUHUCdLuazstlEIYM0hyDTDZlTq2Re0KQp97FdxNl87zfcpr5JabdFTJq332eN4 riyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=c7NR644a2UM06NuoJ/nLYmwqqCVWCZMswByvz3BvOJg=; b=DZ1qcQVdBKgEtZ4RpJ4s/Ps873VyRpkk0zmmV1S1YpbeHILGUUT+e+WoJ4NiKNYxGB AnGdyoIoePTeV0mlTG3owhPnhsWkGFQoQsrAGaZunaAnKcCh9Wj+tMwIQuZ/ENH3jZul UGOJ7KVgKfzINRH1W801TVAzwb1LhsxrUOAqYVXkqbS80mxFkmx/8raUsHhQ5XvhdyDb n0vJQswB8IFDQOWheoGvjiCPFWngT3jdCMmY5TgFvoKibyVHZhNmOf5k9wr/uJWUlP8W JIU/8dM7ajD3T1xdWvdl2hRM6RTWrxanCwRqYk19276ItGGxHLzZd0wFma4eoDF/Cu1M bRdw== 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 b28si10937242pgm.409.2018.12.28.21.39.12; Fri, 28 Dec 2018 21:39:27 -0800 (PST) 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 S1727650AbeL1XdQ (ORCPT + 99 others); Fri, 28 Dec 2018 18:33:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:45278 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726113AbeL1XdQ (ORCPT ); Fri, 28 Dec 2018 18:33:16 -0500 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 16BC9217F9; Fri, 28 Dec 2018 23:33:15 +0000 (UTC) Date: Fri, 28 Dec 2018 18:33:13 -0500 From: Steven Rostedt To: Miroslav Benes Cc: mingo@redhat.com, tom.zanussi@linux.intel.com, mhiramat@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ring-buffer: Remove unused function ring_buffer_page_len() Message-ID: <20181228183313.674ef6de@gandalf.local.home> In-Reply-To: <20181228133847.106177-1-mbenes@suse.cz> References: <20181228133847.106177-1-mbenes@suse.cz> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Dec 2018 14:38:47 +0100 Miroslav Benes wrote: > Commit 6b7e633fe9c2 ("tracing: Remove extra zeroing out of the ring > buffer page") removed the only caller of ring_buffer_page_len(). The > function is now unused and may be removed. > > Signed-off-by: Miroslav Benes > --- > I am sorry if you received the patch more than once (hopefully not). For some > strange reasons git send-email segfaulted, I tried to send from a different > machine and made a mistake. Holiday mode *sigh*. > > No worries. I'm also in holiday mode. I marked the patch in my INBOX and hopefully when I'm back to work it's not buried and lost for months. Even if it is, I periodically purge my INBOX where I find missing patches like these ;-) So if it's not applied in a couple of weeks, just ping me about it. -- Steve