]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: mark xfs_bmap_set_attrforkoff static
authorChristoph Hellwig <hch@lst.de>
Fri, 15 Oct 2021 20:28:27 +0000 (16:28 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 15 Oct 2021 20:28:27 +0000 (16:28 -0400)
commit8a3be25dce75efee96ff760bf0908b741d7dab01
treed14ba376dfcd161b173d1ac5e0275f9ca66a02bd
parent396a1948c276b0b183f38d4f445545b6b64fed82
xfs: mark xfs_bmap_set_attrforkoff static

Source kernel commit: 5a981e4ea8ff8062e7c7ea8fc4a1565e4820a08b

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