commit | 0f45a1b20cd8f9cfc985a1f91a1e7a86e5e14dd6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 14 14:01:31 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 19 09:40:58 2020 -0700 |
tree | c3ab5331914a34625abf757520b6c8a61fad6662 | |
parent | 7c7ba2186305d6bee5eb5b8fb95a61d8de14de4f [diff] |
xfs: improve local fork verification Call the data/attr local fork verifiers as soon as we are ready for them. This keeps them close to the code setting up the forks, and avoids a few branches later on. Also open code xfs_inode_verify_forks in the only remaining caller. 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>