From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:38494 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726214AbfKNOem (ORCPT ); Thu, 14 Nov 2019 09:34:42 -0500 From: Christoph Hellwig Subject: disk revalidation cleanups and fixlets v2 Date: Thu, 14 Nov 2019 15:34:31 +0100 Message-Id: <20191114143438.14681-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Jens Axboe , Jan Kara Cc: linux-block@vger.kernel.org, linux-s390@vger.kernel.org Hi Jens and Jan, this series takes the disk size change detection and revalidations from Jan a step further and fully integrate the code path for partitioned vs non-partitioned devices. It also fixes up a few bits where we have unintentionally differing behavior. Changes since v1: - rebased on to of for-5.5/zoned - fixed a commit message - added two new trivial patches