]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the mappedbno argument to xfs_da_get_buf
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Nov 2019 17:46:05 +0000 (09:46 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 22 Nov 2019 16:17:10 +0000 (08:17 -0800)
commitb1b0fbd408c00c94118d77f678ddef01bc426468
tree684ffd9a00e1cb2b746d1d39343cda92b3ea600d
parent457d64fc837c4c0e27b931607c737783e201da1b
xfs: remove the mappedbno argument to xfs_da_get_buf

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>
fs/xfs/libxfs/xfs_attr_leaf.c
fs/xfs/libxfs/xfs_da_btree.c
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/libxfs/xfs_dir2_data.c
fs/xfs/libxfs/xfs_dir2_leaf.c
fs/xfs/libxfs/xfs_dir2_node.c
fs/xfs/xfs_attr_inactive.c