ocfs2: Remove the redundant cpu_to_le64.
authorTao Ma <tao.ma@oracle.com>
Thu, 8 Jul 2010 03:11:11 +0000 (11:11 +0800)
committerJoel Becker <joel.becker@oracle.com>
Mon, 12 Jul 2010 20:56:18 +0000 (13:56 -0700)
In ocfs2_block_group_alloc, we set c_blkno by bg->bg_blkno.
But actually bg->bg_blkno is already changed to little endian
in ocfs2_block_group_fill. So remove the extra cpu_to_le64.

Reported-by: Marcos Matsunaga <Marcos.Matsunaga@oracle.com>
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/suballoc.c

Simple merge