From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 3209B420356 for ; Thu, 12 Nov 2020 20:33:40 +0100 (CET) Date: Thu, 12 Nov 2020 20:22:23 +0100 From: Petr Vorel To: Christoph Hellwig Message-ID: <20201112192223.GA17194@pevik> References: <20201111082658.3401686-1-hch@lst.de> <20201111082658.3401686-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201111082658.3401686-6-hch@lst.de> Cc: Justin Sanders , Mike Snitzer , "Michael S. Tsirkin" , Jason Wang , linux-nvme@lists.infradead.org, Song Liu , dm-devel@redhat.com, drbd-dev@lists.linbit.com, linux-scsi@vger.kernel.org, xen-devel@lists.xenproject.org, Ilya Dryomov , Jack Wang , Konrad Rzeszutek Wilk , Josef Bacik , nbd@other.debian.org, linux-raid@vger.kernel.org, Stefan Hajnoczi , ceph-devel@vger.kernel.org, Jens Axboe , linux-block@vger.kernel.org, "Martin K. Petersen" , Minchan Kim , linux-fsdevel@vger.kernel.org, Paolo Bonzini , Roger Pau =?iso-8859-2?Q?Monn=E9?= Subject: Re: [Drbd-dev] [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify Reply-To: Petr Vorel List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Christoph, > The update_bdev argument is always set to true, so remove it. Also > rename the function to the slighly less verbose set_capacity_and_notify, > as propagating the disk size to the block device isn't really > revalidation. > Signed-off-by: Christoph Hellwig Reviewed-by: Petr Vorel Nice cleanup. Kind regards, Petr