From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7ACA1C352A1 for ; Wed, 30 Nov 2022 11:06:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233516AbiK3LF7 (ORCPT ); Wed, 30 Nov 2022 06:05:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230004AbiK3LFz (ORCPT ); Wed, 30 Nov 2022 06:05:55 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7F712BB08; Wed, 30 Nov 2022 03:05:54 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7C63361B20; Wed, 30 Nov 2022 11:05:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD870C433D6; Wed, 30 Nov 2022 11:05:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669806353; bh=4Ub3C/+d/jdwoZ0TGuzEde0ZhlBroS9yrWnH1uEfPnI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ktfygm9w35Zx1Js1cyZE91al/U1Wvpd1MojuGyQS7c1q4BPT/UwOIznui3YAwZrZT ZmO/xCJFK6B3pCXliFTHDLxGz60pwsi5wEdcL0sZrdBmoSM+QWUwblfonM+xKmaKWJ QZIrW4+lsNbjIffoXRmLDsAXrYf3fV9AMJAtmKN6KBuh4VW0OYeegrLMFpxM8QxwPD IEAZMwGi+wTTg5Xl4lQCDa3wDm9zT54uZKvxZV0eYmOEOnLAOig/puHSv02Xu8N23x M13lDADuGbgYkyxUyhUi8072juDpMIKEVPq+brzOKmcTURkn2w3BBIEXS8j8lTZVrz UvhqkPehJVhxw== Date: Wed, 30 Nov 2022 06:05:52 -0500 From: Sasha Levin To: Jens Axboe Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Keith Busch , Christoph Hellwig , linux-block@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.15 23/31] block: make blk_set_default_limits() private Message-ID: References: <20221123124234.265396-1-sashal@kernel.org> <20221123124234.265396-23-sashal@kernel.org> <27f3a493-4684-7eee-b3af-fa1c70b492e0@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <27f3a493-4684-7eee-b3af-fa1c70b492e0@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 23, 2022 at 06:44:02AM -0700, Jens Axboe wrote: >On 11/23/22 5:42 AM, Sasha Levin wrote: >> From: Keith Busch >> >> [ Upstream commit b3228254bb6e91e57f920227f72a1a7d81925d81 ] >> >> There are no external users of this function. > >Please drop the 5.15 and earlier backports of this series, it's >not needed. Will do, thanks! -- Thanks, Sasha