ocfs2: Remove EXIT from masklog.
[deliverable/linux.git] / fs / ocfs2 / cluster / heartbeat.c
index b108e863d8f65ab23ec5921fd425a9273f78365e..fc9e96a03a6b532458a7e3601124ab4c2a4ef16a 100644 (file)
@@ -1658,8 +1658,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg)
        struct o2hb_disk_slot *slot;
        struct o2hb_disk_heartbeat_block *hb_block;
 
-       mlog_entry_void();
-
        ret = o2hb_read_slots(reg, reg->hr_blocks);
        if (ret) {
                mlog_errno(ret);
@@ -1681,7 +1679,6 @@ static int o2hb_populate_slot_data(struct o2hb_region *reg)
        }
 
 out:
-       mlog_exit(ret);
        return ret;
 }
 
This page took 0.02616 seconds and 5 git commands to generate.