commit | 7f0290123506e2b248fe06fa7cdc17c1b5b603b5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 14 14:01:18 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 19 09:40:57 2020 -0700 |
tree | 41354c8da01c642784d2c9d74ade254f1fafa52e | |
parent | 2d6051d4965308c3367bf5a2468dff969872a96e [diff] |
xfs: don't reset i_delayed_blks in xfs_iread i_delayed_blks is set to 0 in xfs_inode_alloc and can't have anything assigned to it until the inode is visible to the VFS. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>