ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
authorChristoph Hellwig <hch@lst.de>
Wed, 13 Jul 2022 05:53:15 +0000 (07:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Jul 2022 16:27:56 +0000 (10:27 -0600)
commit4664954c9421ce326bb5c84f175902b03f17237e
tree5b709b22fdf61af7df6fa171e5315de603472d2d
parent6e880cf59932a14bca128fc8e8faae0554932942
ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region

Just print the block device name directly using the %pg format specifier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Joel Becker <jlbec@evilplan.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20220713055317.1888500-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/ocfs2/cluster/heartbeat.c