commit | b31d308ddcfb73349582a0196b5f65dad3cf5d17 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue Dec 22 10:32:15 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Wed Dec 23 17:52:13 2009 -0800 |
tree | 7550e178e9c3c1d8e1256048709dad8b970b5ff5 | |
parent | 86239d59e268a35a49a00fce9c8512a506267f5c [diff] |
ocfs2/trivial: Use proper mask for 2 places in hearbeat.c I just noticed today that there are 2 places of "mlog(0,...)" in fs/ocfs2/cluster/heartbeat.c, but actually have no default mask prefix in that file. So change them to mlog(ML_HEARTBEAT,...). Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>