commit | 5fdf1e677127cb460c38733b9586b772d657be43 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Apr 27 16:50:03 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed May 02 15:08:23 2007 -0700 |
tree | cb4657c17849b278432d5fe55a1e3c00e60d8496 | |
parent | a7d25539fdd43fe962a0654542ba96e889ac62b5 [diff] [blame] |
ocfs2: fix sparse warnings in fs/ocfs2/cluster Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c index eba282d..9791134 100644 --- a/fs/ocfs2/cluster/heartbeat.c +++ b/fs/ocfs2/cluster/heartbeat.c
@@ -438,7 +438,7 @@ hb_block)); mlog(ML_HB_BIO, "our node generation = 0x%llx, cksum = 0x%x\n", - (long long)cpu_to_le64(generation), + (long long)generation, le32_to_cpu(hb_block->hb_cksum)); }