OSDN Git Service

xfs: remove the mappedbno argument to xfs_dir3_leaf_read
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Nov 2019 17:46:03 +0000 (09:46 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 22 Nov 2019 16:17:10 +0000 (08:17 -0800)
commitc943c0b2e5c310e2f70e64055666732782f00254
tree5c718d4e68a8e278fd082f84bb2dd45a5a8e72e4
parentdfb8759408a9dd8a31a222ed0987bad3e83b50a0
xfs: remove the mappedbno argument to xfs_dir3_leaf_read

This argument is always hard coded to -1, so remove it.

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_dir2_leaf.c
fs/xfs/libxfs/xfs_dir2_priv.h
fs/xfs/scrub/dir.c