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

Source kernel commit: b33ce57d3e61020328582ce6d7dbae1d694ac496

In preparation of removing the historic icinode struct, move the
cowextsize field into the containing xfs_inode structure.  Also
switch to use the xfs_extlen_t instead of a uint32_t.

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
repair/phase6.c