diff options
Diffstat (limited to 'fs/ocfs2/cluster/heartbeat.c')
-rw-r--r-- | fs/ocfs2/cluster/heartbeat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c index 1adab287bd24..2461eb3272ed 100644 --- a/fs/ocfs2/cluster/heartbeat.c +++ b/fs/ocfs2/cluster/heartbeat.c | |||
@@ -1654,8 +1654,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg) | |||
1654 | struct o2hb_disk_slot *slot; | 1654 | struct o2hb_disk_slot *slot; |
1655 | struct o2hb_disk_heartbeat_block *hb_block; | 1655 | struct o2hb_disk_heartbeat_block *hb_block; |
1656 | 1656 | ||
1657 | mlog_entry_void(); | ||
1658 | |||
1659 | ret = o2hb_read_slots(reg, reg->hr_blocks); | 1657 | ret = o2hb_read_slots(reg, reg->hr_blocks); |
1660 | if (ret) { | 1658 | if (ret) { |
1661 | mlog_errno(ret); | 1659 | mlog_errno(ret); |
@@ -1677,7 +1675,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg) | |||
1677 | } | 1675 | } |
1678 | 1676 | ||
1679 | out: | 1677 | out: |
1680 | mlog_exit(ret); | ||
1681 | return ret; | 1678 | return ret; |
1682 | } | 1679 | } |
1683 | 1680 | ||