]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/Makefile.in
Fix resize inode handling on big endian systems, by adding new routines
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Jan 2005 05:04:24 +0000 (00:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Jan 2005 05:04:24 +0000 (00:04 -0500)
commitdc8ce3463791366ac844d3f0436709511fa09c49
treeadc61eb21232f5a6648a463508f365c417e2a175
parent2e6a9febb48ea0e57d32cacb5e67220443c0e059
Fix resize inode handling on big endian systems, by adding new routines
that read/write indirect blocks, byte swapping them if necessary.
e2fsck/ChangeLog
e2fsck/super.c
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/block.c
lib/ext2fs/ext2fs.h
lib/ext2fs/ind_block.c [new file with mode: 0644]
lib/ext2fs/res_gdt.c