Searched hist:"0 a463b74e7e6856b24e613de2b85237c6e11890b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | suballoc.c | diff 0a463b74e7e6856b24e613de2b85237c6e11890b Wed Jul 07 22:11:11 CDT 2010 Tao Ma <tao.ma@oracle.com> 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 <Marcos.Matsunaga@oracle.com> Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
|