]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the di_flags2 field to struct xfs_inode
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Jun 2021 22:36:05 +0000 (18:36 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 30 Jun 2021 22:36:05 +0000 (18:36 -0400)
commitdefd64467d7f86db9a4d835140fa446f2faaa5b7
tree803c10f1e1adaa359d8e5e78bf707c07c25d0d87
parent4350eee73e9871caffc794f9d5d04331d67be3a0
xfs: move the di_flags2 field to struct xfs_inode

Source kernel commit: 3e09ab8fdc4d4c9d0afee7a63a3b39e5ade3c863

In preparation of removing the historic icinode struct, move the flags2
field into the containing xfs_inode structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_inode.h
libxfs/util.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_buf.h
libxfs/xfs_trans_inode.c
repair/phase6.c