]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove the mappedbno argument to xfs_da_get_buf
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:46 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:46 +0000 (11:29 -0500)
commitc1d1974473daf6ea1ff68f6665c6fb3226b37da9
tree7828e03a2f1aad8d0b0d74224ef83568e5292159
parent5f356ae6d631bc2e201338669493dcda28646015
xfs: remove the mappedbno argument to xfs_da_get_buf

Source kernel commit: 2911edb653b9c64e0aad461f308cae8ce030eb7b

Use the xfs_da_get_buf_daddr function directly for the two callers
that pass a mapped disk address, and then remove the mappedbno argument.

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>
libxfs/xfs_attr_leaf.c
libxfs/xfs_da_btree.c
libxfs/xfs_da_btree.h
libxfs/xfs_dir2_data.c
libxfs/xfs_dir2_leaf.c
libxfs/xfs_dir2_node.c
repair/phase6.c