OSDN Git Service

libext2fs: Fix byte-swap logic for i_block[] in inodes with extents
authorEric Sandeen <sandeen@redhat.com>
Mon, 24 Mar 2008 12:25:40 +0000 (08:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Mar 2008 12:25:40 +0000 (08:25 -0400)
commitfb6627a3fb4fbcb6904716c7a59e5ef9eb5dfafb
treede84d50dfdde97d38ac82406e6d52bc4e868ed43
parent205372e24f90d93e55a25c6176bc55a94d304450
libext2fs: Fix byte-swap logic for i_block[] in inodes with extents

ext2fs_swap_inode_full() was incorrectly swapping the i_block array
for extents.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/swapfs.c