commit | 13d2c10b05d8e67cb9b4c2d1d4a09a906148a72e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 29 11:11:40 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 07 14:37:03 2021 -0700 |
tree | 582381231aeb2c1f8933cce50408dd2c676bf609 | |
parent | ceaf603c7024d3c021803a3e90e893feda8d76e2 [diff] |
xfs: move the di_size field to struct xfs_inode In preparation of removing the historic icinode struct, move the on-disk size 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>