Received: by 2002:ac0:8c8e:0:0:0:0:0 with SMTP id r14csp821640ima; Wed, 6 Feb 2019 08:54:52 -0800 (PST) X-Google-Smtp-Source: AHgI3IZAIEInW3hwYe64VwTcZ2h0XHtun92wIfwlU/oat4vE0O1/Ph48iJw1KByq7WWXKeZmno5s X-Received: by 2002:a63:4a4d:: with SMTP id j13mr10583190pgl.127.1549472092474; Wed, 06 Feb 2019 08:54:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549472092; cv=none; d=google.com; s=arc-20160816; b=CEVmddbAmGV3gBhHBz7lk4/OW5Q13K48LmaD/IMQS3lYlVwear8lTqBW0043D7+rta YkjPuqeRC10YPw3fL8Efa2fZwTinTIlQ2fkOerONZeFCTNRYraZHyMMsXRxt1S3Y1D+n EZ6+1ywMsSBl7oXKKBcA1SnsDf4+iEPaU2nGrDhEFo48E5QD+DUxRy8sHJ0eDbhGTSkD bI9Uv7rzaBQ3PI2nAxK06XWoPlZu7SGqlvvpndVfedDQmMBmSqZQ3rhhcwBDQ278zLdq GyB2s97jJIocN03JscIeTG2gxFAjTVmZXaZGBjBeI5tJLMjr1gs8BNGnyd7GdbGJBnYJ A+bg== 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=zSCFqTroknwfihbCoYq4pkG+fqjXf8q58TFYMl3hpMs=; b=ftkCdd3zhSJKb5HE9h/O32Exyvsuixn+9Pj5bRIj8BNQdVcEhM2O+XIhwkzXRz5mC6 5Pm1JP9ndkctfyOO7PE5j2Q4oQWpAU2XW9IfYTgYuLiaHXtkPkSrqo/PPkn6ziH7+mBr 4CsTR9wh4nUn2q4B6yW0vbQohSzwt8nqTIwgTJu7NXZHNIJIANzbscWAOu8hRcSisgs/ j0hVkHdjZmc7R62kRHbJT1EmfQl+E/3OJAZRS3kyoiR3Ius46oqqjIEbxvWoLt4Ll6jn npyFA546XMTzL+nzFVBnFpwsD2adhH00SxSY2cpIs7KhyWrMTWVMMjgP1EB+u8baH/wD VEFg== 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 a2si6150672pgd.461.2019.02.06.08.54.35; Wed, 06 Feb 2019 08:54:52 -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 S1730324AbfBFQyX (ORCPT + 99 others); Wed, 6 Feb 2019 11:54:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:42588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726732AbfBFQyW (ORCPT ); Wed, 6 Feb 2019 11:54:22 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 A23CC20823; Wed, 6 Feb 2019 16:54:21 +0000 (UTC) Date: Wed, 6 Feb 2019 11:54:20 -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: <20190206115420.424e587f@gandalf.local.home> In-Reply-To: References: <20181228133847.106177-1-mbenes@suse.cz> <20181228183313.674ef6de@gandalf.local.home> 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 Wed, 6 Feb 2019 17:24:45 +0100 (CET) Miroslav Benes wrote: > > 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. > > Gentle ping... Thanks for the reminder. My INBOX blew up again, and this was lost in the noise once more. I'll take a look at it today. -- Steve