xfs: remove the unnecessary daddr paramter to _init_block
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:19 +0000 (12:35 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:35:19 +0000 (12:35 -0800)
commit11388f6581f40e7d5a69ce5f8b13264eca7c2c5c
treefff9a5dfe40b2434c1d6001804e5f9e5bf38b9f2
parent7771f7030007e3faa6906864d01b504b590e1ca2
xfs: remove the unnecessary daddr paramter to _init_block

Now that all of the callers pass XFS_BUF_DADDR_NULL as the daddr
parameter, we can elide that too.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_bmap_btree.c
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_btree_staging.c