mbox series

[0/2] fs: Fixup bdev_mark_dead callbacks for ext4 and xfs

Message ID 20230621144354.10915-1-jack@suse.cz (mailing list archive)
Headers show
Series fs: Fixup bdev_mark_dead callbacks for ext4 and xfs | expand

Message

Jan Kara June 21, 2023, 2:47 p.m. UTC
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