mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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 <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
This commit is contained in:
parent
13d2c10b05
commit
6e73a545f9
16 changed files with 33 additions and 34 deletions
|
@ -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_... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue