]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/set_fields.c
Define the l_i_iversion field in ext2_inode
authorTheodore Ts'o <tytso@mit.edu>
Thu, 19 Apr 2007 05:53:53 +0000 (01:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 19 Apr 2007 05:53:53 +0000 (01:53 -0400)
commitd362a3fb7ec1a2b46601f55f4dbae83563c27717
tree60f73b39514a29c0b770e8c5d3f4d6416536696a
parenta4d7d90deb8a56b1d1f5e3cb881d070843231186
Define the l_i_iversion field in ext2_inode

The l_i_version field is now defined from the old l_i_reserved1 field in
the ext2 inode.  This field will be used to store high 32 bits of the
64-bit inode version number.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ChangeLog
debugfs/set_fields.c
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c