]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
misc: add static to various sourcefile-local functions
authorDarrick J. Wong <djwong@kernel.org>
Wed, 23 Nov 2022 17:09:05 +0000 (09:09 -0800)
committerCarlos Maiolino <cem@kernel.org>
Fri, 9 Dec 2022 09:18:19 +0000 (10:18 +0100)
commitb6fef47a80fa8d024bfd976bf07185a81415f589
treee811a9707ab77c808d9be44d2057716225858128
parent60066f61ce0340cd62338985dc0f24fda23192d9
misc: add static to various sourcefile-local functions

These helper functions are not referenced outside the source file
they're defined in.  Mark them static.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/namei.c
io/pread.c
mkfs/xfs_mkfs.c
repair/xfs_repair.c
scrub/inodes.c