summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/heartbeat.c
diff options
context:
space:
mode:
authorMark Fasheh2007-04-28 01:50:03 +0200
committerMark Fasheh2007-05-03 00:08:23 +0200
commit5fdf1e677127cb460c38733b9586b772d657be43 (patch)
treecb4657c17849b278432d5fe55a1e3c00e60d8496 /fs/ocfs2/cluster/heartbeat.c
parentocfs2: fix sparse warnings in fs/ocfs2/dlm (diff)
downloadkernel-qcow2-linux-5fdf1e677127cb460c38733b9586b772d657be43.tar.gz
kernel-qcow2-linux-5fdf1e677127cb460c38733b9586b772d657be43.tar.xz
kernel-qcow2-linux-5fdf1e677127cb460c38733b9586b772d657be43.zip
ocfs2: fix sparse warnings in fs/ocfs2/cluster
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/heartbeat.c')
-rw-r--r--fs/ocfs2/cluster/heartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c
index eba282da500e..979113479c66 100644
--- a/fs/ocfs2/cluster/heartbeat.c
+++ b/fs/ocfs2/cluster/heartbeat.c
@@ -438,7 +438,7 @@ static inline void o2hb_prepare_block(struct o2hb_region *reg,
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));
}