Skip to content
Commit 0a463b74 authored by Tao Ma's avatar Tao Ma Committed by Joel Becker
Browse files

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: default avatarMarcos Matsunaga <Marcos.Matsunaga@oracle.com>
Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent f471c9df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment