]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: mark __xfs_rtgroup_extents static
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Jan 2026 15:18:53 +0000 (16:18 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 13 Jan 2026 09:34:29 +0000 (10:34 +0100)
commite0aea42a32984a6fd13410aed7afd3bd0caeb1c1
treec4f0838b466e53c8527e2db63337b8c3ede13ee0
parent6b2d155366581705a848833a9b626bfea41d5a8d
xfs: mark __xfs_rtgroup_extents static

__xfs_rtgroup_extents is not used outside of xfs_rtgroup.c, so mark it
static.  Move it and xfs_rtgroup_extents up in the file to avoid forward
declarations.

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