]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/pass1.c
libext2fs: read and write full size inodes
authorDarrick J. Wong <djwong@us.ibm.com>
Mon, 30 Jul 2012 21:42:15 +0000 (17:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 21:42:15 +0000 (17:42 -0400)
commit91db7e206d58cb36938eaab1c1328e8ceffce4d8
treec489c3293dd2c9976308e965a26aff3f3c4e427a
parent8718cb66c85e9b6344dee892edf5bb9a77e6c5c7
libext2fs: read and write full size inodes

Change libext2fs to read and write full-size inodes in preparation for
the metadata checksumming patchset, which will require this.  Due to
ABI compatibility requirements, this change must be hidden from client
programs.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c
lib/ext2fs/ext2fsP.h
lib/ext2fs/inode.c