diff options
author | 2020-05-14 14:01:19 -0700 | |
---|---|---|
committer | 2020-05-19 09:40:57 -0700 | |
commit | 7c7ba2186305d6bee5eb5b8fb95a61d8de14de4f (patch) | |
tree | 2737c7c1289bc5444a0da5c83fc63676b5ed4739 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: remove xfs_ifork_ops (diff) | |
download | wireguard-linux-7c7ba2186305d6bee5eb5b8fb95a61d8de14de4f.tar.xz wireguard-linux-7c7ba2186305d6bee5eb5b8fb95a61d8de14de4f.zip |
xfs: refactor xfs_inode_verify_forks
The split between xfs_inode_verify_forks and the two helpers
implementing the actual functionality is a little strange. Reshuffle
it so that xfs_inode_verify_forks verifies if the data and attr forks
are actually in local format and only call the low-level helpers if
that is the case. Handle the actual error reporting in the low-level
handlers to streamline the 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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions