OSDN Git Service

xfs: remove the mappedbno argument to xfs_da_reada_buf
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Nov 2019 17:46:02 +0000 (09:46 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 22 Nov 2019 16:17:09 +0000 (08:17 -0800)
commit06566fda428e6420aa993e32845b165936fb50d6
tree00080e8ef5a329e65b8939352f60be013a3abda2
parent199e9ba4e4a9927f5addb644c1a1e1002e68cc30
xfs: remove the mappedbno argument to xfs_da_reada_buf

Replace the mappedbno argument with the simple flags for xfs_da_reada_buf
and xfs_dir3_data_readahead.

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_da_btree.c
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/libxfs/xfs_dir2_data.c
fs/xfs/libxfs/xfs_dir2_priv.h
fs/xfs/scrub/parent.c
fs/xfs/xfs_dir2_readdir.c
fs/xfs/xfs_file.c