diff options
author | Christoph Hellwig <hch@lst.de> | 2021-03-29 21:11:42 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-04-08 00:37:04 +0300 |
commit | 965e0a1ad273ba61a8040220ef8ec09c9d065875 (patch) | |
tree | 8049484e8209a8e24c76e8902c6898a1c7f1f0ca /fs/xfs/xfs_icache.c | |
parent | b33ce57d3e61020328582ce6d7dbae1d694ac496 (diff) | |
download | linux-965e0a1ad273ba61a8040220ef8ec09c9d065875.tar.xz |
xfs: move the di_flushiter field to struct xfs_inode
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>
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r-- | fs/xfs/xfs_icache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c index 354ae9730003..afb705d1aef5 100644 --- a/fs/xfs/xfs_icache.c +++ b/fs/xfs/xfs_icache.c @@ -499,7 +499,7 @@ xfs_iget_cache_miss( * simply build the new inode core with a random generation number. * * For version 4 (and older) superblocks, log recovery is dependent on - * the di_flushiter field being initialised from the current on-disk + * the i_flushiter field being initialised from the current on-disk * value and hence we must also read the inode off disk even when * initializing new inodes. */ |