]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
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)
commit7872541d46032a65a432ef4b7a107783a92a9ddf
tree43319eb2f203d88fa76e9409ed4a336e5b829d79
parent823e3eccbbc24ba637c5593ccec150c996f86c66
xfs: remove the mappedbno argument to xfs_attr3_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_attr.c
fs/xfs/libxfs/xfs_attr_leaf.c
fs/xfs/libxfs/xfs_attr_leaf.h
fs/xfs/xfs_attr_list.c