From: Tao Ma Date: Tue, 22 Dec 2009 02:32:15 +0000 (+0800) Subject: ocfs2/trivial: Use proper mask for 2 places in hearbeat.c X-Git-Tag: v2.6.33-rc2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31d308ddcfb73349582a0196b5f65dad3cf5d17;p=pandora-kernel.git 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 Signed-off-by: Joel Becker --- Reading git-diff-tree failed