From: Tao Ma Date: Thu, 8 Jul 2010 03:11:11 +0000 (+0800) Subject: ocfs2: Remove the redundant cpu_to_le64. X-Git-Tag: v2.6.35-rc6~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a463b74e7e6856b24e613de2b85237c6e11890b;p=pandora-kernel.git ocfs2: Remove the redundant cpu_to_le64. 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 Signed-off-by: Tao Ma Signed-off-by: Joel Becker --- Reading git-diff-tree failed