diff options
author | Tao Ma <tao.ma@oracle.com> | 2010-07-08 05:11:11 +0200 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-07-12 22:56:18 +0200 |
commit | 0a463b74e7e6856b24e613de2b85237c6e11890b (patch) | |
tree | ad64c3fca8ee02b71a1ae44886abcc3057b80452 /fs/ocfs2/xattr.c | |
parent | ocfs2/dlm: don't access beyond bitmap size (diff) | |
download | linux-0a463b74e7e6856b24e613de2b85237c6e11890b.tar.xz linux-0a463b74e7e6856b24e613de2b85237c6e11890b.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions