Skip to content
Commit 8887b94d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christian Brauner
Browse files

ocfs2: stop using bdev->bd_super for journal error logging



All ocfs2 journal error handling and logging is based on buffer_heads,
and the owning inode and thus super_block can be retrieved through
bh->b_assoc_map->host.  Switch to using that to remove the last users
of bdev->bd_super.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarJoseph Qi <joseph.qi@linux.alibaba.com>
Message-Id: <20230807112625.652089-4-hch@lst.de>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 01efe93a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment