Re: [PATCH 8/9] block: remove DISK_PITER_REVERSE
From: Tejun Heo <tj@kernel.org>
Date: 2020-12-02 23:17:09
Also in:
dm-devel, linux-bcache, linux-block, linux-s390
From: Tejun Heo <tj@kernel.org>
Date: 2020-12-02 23:17:09
Also in:
dm-devel, linux-bcache, linux-block, linux-s390
On Tue, Dec 01, 2020 at 05:54:23PM +0100, Christoph Hellwig wrote:
There is good reason to iterate backwards when deleting all partitions in del_gendisk, just like we don't in blk_drop_partitions. Signed-off-by: Christoph Hellwig <hch@lst.de>
Yeah, I was blindly keeping the iteration order. Can't find any explicit explanation why it was that way. The reverse iteration there goes back to the initial git import. But yeah, I can't think of any meaningful difference which can come out of it. Acked-by: Tejun Heo <tj@kernel.org> Thanks. -- tejun