commit | 5ba30919a6fcf0d3d52507082ea67fab32c8bb29 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 08 14:57:52 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:20 2019 -0800 |
tree | 9dcd1a7ff1c833c715ddeea38dc390d4f7f8fcfc | |
parent | 478c7835cb8ee28e73e732642866995f8555df7e [diff] |
xfs: devirtualize ->free_hdr_from_disk Replace the ->free_hdr_from_disk dir ops method with a directly called xfs_dir_free_hdr_from_disk helper that takes care of the differences between the v4 and v5 on-disk format. 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>