]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2/trivial: Use proper mask for 2 places in hearbeat.c
authorTao Ma <tao.ma@oracle.com>
Tue, 22 Dec 2009 02:32:15 +0000 (10:32 +0800)
committerJoel Becker <joel.becker@oracle.com>
Thu, 24 Dec 2009 01:52:13 +0000 (17:52 -0800)
commit67f191671b1bae0b47d24a11d38d84ebb1b25ce8
tree7550e178e9c3c1d8e1256048709dad8b970b5ff5
parenta4e6cabca2fbda06628e15b65072908caf9da748
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>
fs/ocfs2/cluster/heartbeat.c