diff options
| author | Christoph Hellwig <[email protected]> | 2021-03-29 18:11:40 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2021-04-07 21:37:03 +0000 |
| commit | 6e73a545f91e128d8dd7da1769dca200225f5d82 (patch) | |
| tree | 906751d5c19e819b264ee0fa00eda26a8de6a89e /fs/xfs/libxfs/xfs_inode_buf.h | |
| parent | xfs: move the di_size field to struct xfs_inode (diff) | |
| download | kernel-6e73a545f91e128d8dd7da1769dca200225f5d82.tar.gz kernel-6e73a545f91e128d8dd7da1769dca200225f5d82.zip | |
xfs: move the di_nblocks field to struct xfs_inode
In preparation of removing the historic icinode struct, move the nblocks
field into the containing xfs_inode structure.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_buf.h')
| -rw-r--r-- | fs/xfs/libxfs/xfs_inode_buf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_buf.h b/fs/xfs/libxfs/xfs_inode_buf.h index c93ed0bc5735..f4e1a9010b0a 100644 --- a/fs/xfs/libxfs/xfs_inode_buf.h +++ b/fs/xfs/libxfs/xfs_inode_buf.h @@ -17,7 +17,6 @@ struct xfs_dinode; */ struct xfs_icdinode { uint16_t di_flushiter; /* incremented on flush */ - xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */ xfs_extlen_t di_extsize; /* basic/minimum extent size for file */ uint8_t di_forkoff; /* attr fork offs, <<3 for 64b align */ uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ |
