xfs: mark xfs_bmap_set_attrforkoff static
authorChristoph Hellwig <hch@lst.de>
Wed, 2 Jun 2021 21:58:59 +0000 (14:58 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Jun 2021 21:58:59 +0000 (14:58 -0700)
commit5a981e4ea8ff8062e7c7ea8fc4a1565e4820a08b
tree6ed9b5856d06a49fa8b8bfa6252386329ada4c8c
parent9673261c32dc2f30863b803374b726a72d16b07c
xfs: mark xfs_bmap_set_attrforkoff static

xfs_bmap_set_attrforkoff is only used inside of xfs_bmap.c, so mark it
static.

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