]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: devirtualize ->node_hdr_from_disk
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:41 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:41 +0000 (11:29 -0500)
commit08c16786001e1e684e806f3dda89175032a51904
tree926bb8aa2fbf130bfb96a7f1c1d9dc15f07456ae
parent9ee31f9092c948cb11edd1fd2760b65ab2f6c957
xfs: devirtualize ->node_hdr_from_disk

Source kernel commit: f475dc4dc7cc98ad653135db174084a55076b1ba

Replace the ->node_hdr_from_disk dir ops method with a directly called
xfs_da_node_hdr_from_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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/btdump.c
db/check.c
db/metadump.c
libxfs/libxfs_api_defs.h
libxfs/xfs_attr_leaf.c
libxfs/xfs_da_btree.c
libxfs/xfs_da_btree.h
libxfs/xfs_da_format.c
libxfs/xfs_dir2.h
repair/da_util.c