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 b108e863d8f6..fc9e96a03a6b 100644 --- a/fs/ocfs2/cluster/heartbeat.c +++ b/fs/ocfs2/cluster/heartbeat.c | |||
@@ -1658,8 +1658,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg) | |||
1658 | struct o2hb_disk_slot *slot; | 1658 | struct o2hb_disk_slot *slot; |
1659 | struct o2hb_disk_heartbeat_block *hb_block; | 1659 | struct o2hb_disk_heartbeat_block *hb_block; |
1660 | 1660 | ||
1661 | mlog_entry_void(); | ||
1662 | |||
1663 | ret = o2hb_read_slots(reg, reg->hr_blocks); | 1661 | ret = o2hb_read_slots(reg, reg->hr_blocks); |
1664 | if (ret) { | 1662 | if (ret) { |
1665 | mlog_errno(ret); | 1663 | mlog_errno(ret); |
@@ -1681,7 +1679,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg) | |||
1681 | } | 1679 | } |
1682 | 1680 | ||
1683 | out: | 1681 | out: |
1684 | mlog_exit(ret); | ||
1685 | return ret; | 1682 | return ret; |
1686 | } | 1683 | } |
1687 | 1684 | ||