o2hb_region_dev_store(): avoid goto around fdget()/fdput()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 20 Jul 2024 04:46:31 +0000 (00:46 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit554ceb7a5e14435725ac59a42bf0708f95721405
treec4b4fee49cc908550f598f52452000ca669074bd
parentd7a9616ce0348b9d945d5dff82e4b44c0fe75b39
o2hb_region_dev_store(): avoid goto around fdget()/fdput()

Preparation for CLASS(fd) conversion.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ocfs2/cluster/heartbeat.c