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 38E88C88CB2 for ; Fri, 25 Aug 2023 12:42:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237734AbjHYMmJ (ORCPT ); Fri, 25 Aug 2023 08:42:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244270AbjHYMmJ (ORCPT ); Fri, 25 Aug 2023 08:42:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90F081BE; Fri, 25 Aug 2023 05:42:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2756666928; Fri, 25 Aug 2023 12:42:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27F97C433C9; Fri, 25 Aug 2023 12:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692967326; bh=wohoeLc54G470PAxrgSeBMklXj47pDJYky5esTzz8ts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WklpX/LhQ/j/mGp80J4Idd4t4KZtBcF0240AdRlxAF+0O56oLch8U693qjturmdU5 JUJ7bjpKTkBKIb8JoRmoQTd7e8neb6EogHbn6RKPxqM5KfBBDRlo7+xTDk4B2XlGpz GBW7F1JlJdmuU+qGLYQeqiurw/8VcAR/i+1aGyIDifLHXdaUkB87wPBo0+NiHCt55t gzqk0oOADE36RQj08sd7eXaD6fDyraPghjG/uu62KIDjshT9xwDPQ53QGYoIi8O5ew Rfw5C7p2D2WQQpGRyZoxwCNcukfNmHNoUa2F8/15natuNKwF40eSBMQ25S7LBS3w0X NHdaxLarBBZsw== Date: Fri, 25 Aug 2023 14:42:02 +0200 From: Christian Brauner To: Jan Kara Cc: Jens Axboe , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Christoph Hellwig Subject: Re: [PATCH 29/29] block: Remove blkdev_get_by_*() functions Message-ID: <20230825-stiehlt-hallt-30fcac4e1f4f@brauner> References: <20230818123232.2269-1-jack@suse.cz> <20230823104857.11437-29-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230823104857.11437-29-jack@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Wed, Aug 23, 2023 at 12:48:40PM +0200, Jan Kara wrote: > blkdev_get_by_*() and blkdev_put() functions are now unused. Remove > them. > > Acked-by: Christoph Hellwig > Signed-off-by: Jan Kara > --- Looks good to me, Reviewed-by: Christian Brauner