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 X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 121AEC47087 for ; Wed, 26 May 2021 02:06:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DBAE76142B for ; Wed, 26 May 2021 02:06:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231936AbhEZCHr (ORCPT ); Tue, 25 May 2021 22:07:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41080 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230145AbhEZCHr (ORCPT ); Tue, 25 May 2021 22:07:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621994776; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VV4Ss7z7/W3+oPYMl74/kRFL2uVRCt+xRvsZmOIiQjk=; b=OVFi2zPWOzlLGgqe0NeyCRqePhsoJW66Wy/orSkd2LuLkmCWc+NdvHFFu5mkOzHZCbaJqz ErOr1dIVR3geyVjZWtBi/r3HAlBo2lb5vqMeX+/s3V97jk7Su12gYpye+Zx4dN8/Wjfrie l3pKDQrst5HuQ2XFyHURPfrbJVP0CfM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-228-KFerlU3EPaaJtsW-Fxf3AQ-1; Tue, 25 May 2021 22:06:14 -0400 X-MC-Unique: KFerlU3EPaaJtsW-Fxf3AQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E52B0801817; Wed, 26 May 2021 02:06:12 +0000 (UTC) Received: from T590 (ovpn-12-85.pek2.redhat.com [10.72.12.85]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6FE41687DF; Wed, 26 May 2021 02:06:03 +0000 (UTC) Date: Wed, 26 May 2021 10:05:59 +0800 From: Ming Lei To: Christoph Hellwig Cc: Jens Axboe , Song Liu , Konrad Rzeszutek Wilk , Roger Pau =?iso-8859-1?Q?Monn=E9?= , Minchan Kim , Nitin Gupta , Stefan Haberland , Jan Hoeppner , linux-block@vger.kernel.org, linux-raid@vger.kernel.org, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 5/8] block: split __blkdev_put Message-ID: References: <20210525061301.2242282-1-hch@lst.de> <20210525061301.2242282-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210525061301.2242282-6-hch@lst.de> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Tue, May 25, 2021 at 08:12:58AM +0200, Christoph Hellwig wrote: > Split __blkdev_put into one helper for the whole device, and one for > partitions as well as another shared helper for flushing the block > device inode mapping. > > Signed-off-by: Christoph Hellwig Reviewed-by: Ming Lei -- Ming