2023-06-21 14:51:40

by Jan Kara

[permalink] [raw]
Subject: [PATCH 0/2] fs: Fixup bdev_mark_dead callbacks for ext4 and xfs

Hello,

Jens, I have found out the recently added handlers (sitting in your tree) of
.bdev_mark_dead callbacks in xfs and ext4 were wrongly using bdev->bd_holder
instead of bdev->bd_super and so they could never work. This series fixes them.

Honza