]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move the di_flushiter field to struct xfs_inode
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Jun 2021 22:33:57 +0000 (18:33 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 30 Jun 2021 22:33:57 +0000 (18:33 -0400)
commit36e4f3630b736c4a492ce2dd8e8cfb2fc917dbe6
tree203c6fd54148ee8feebb0c1058d5134e0465ad52
parentfd535ea4ee4fcaed9e6cb59f55e4263b431688c9
xfs: move the di_flushiter field to struct xfs_inode

Source kernel commit: 965e0a1ad273ba61a8040220ef8ec09c9d065875

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