commit | e1c8af1e02c7893f2d056aa44c4daf59fe0881ed | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 08 14:57:48 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:19 2019 -0800 |
tree | c3f4fd8970d9410b5b33ba8d20e802ab7b5a61a3 | |
parent | f475dc4dc7cc98ad653135db174084a55076b1ba [diff] |
xfs: devirtualize ->node_hdr_to_disk Replace the ->node_hdr_to_disk dir ops method with a directly called xfs_da_node_hdr_to_disk helper that takes care of the v4 vs v5 difference. 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>