]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:45 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:45 +0000 (11:29 -0500)
commitedf3b3a88d56c0e9286506fb5620135cf515f361
treefe258fc28ec254422ecf619bf7bc12fe9aaca2a4
parentc6c4bbf334b6c789785a2313fa83a0296803b7d9
xfs: remove the mappedbno argument to xfs_attr3_leaf_read

Source kernel commit: dfb8759408a9dd8a31a222ed0987bad3e83b50a0

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_attr.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_leaf.h