Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Tao Ma <[email protected]> Signed-off-by: Joel Becker <[email protected]>
- Loading branch information