]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the di_flags field to struct xfs_inode
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Jun 2021 22:35:12 +0000 (18:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 30 Jun 2021 22:35:12 +0000 (18:35 -0400)
commit4350eee73e9871caffc794f9d5d04331d67be3a0
tree82b173ade052e97d1c85d3648f7a6ac4c20f77ec
parent073f24243c39fbd07664860e9c3744fdaf1ada31
xfs: move the di_flags field to struct xfs_inode

Source kernel commit: db07349da2f564742c0f23528691991e641e315e

In preparation of removing the historic icinode struct, move the flags
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_bmap_btree.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_buf.h
libxfs/xfs_rtbitmap.c
mkfs/proto.c
repair/phase6.c