diff options
author | 2020-05-14 14:01:19 -0700 | |
---|---|---|
committer | 2020-05-19 09:40:57 -0700 | |
commit | 1934c8bd81bee4c239478b03a59addf5fe8e2785 (patch) | |
tree | 8faf96a7a37cb601835571199aa45c11e02bbf00 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: remove xfs_iread (diff) | |
download | wireguard-linux-1934c8bd81bee4c239478b03a59addf5fe8e2785.tar.xz wireguard-linux-1934c8bd81bee4c239478b03a59addf5fe8e2785.zip |
xfs: remove xfs_ifork_ops
xfs_ifork_ops add up to two indirect calls per inode read and flush,
despite just having a single instance in the kernel. In xfsprogs
phase6 in xfs_repair overrides the verify_dir method to deal with inodes
that do not have a valid parent, but that can be fixed pretty easily
by ensuring they always have a valid looking parent.
Signed-off-by: Christoph Hellwig <hch@lst.de>
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