]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libxlog: remove the global libxfs_xinit x structure
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:28 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
commitcf9162582c9e1abacb1cc24a10a9b8bd166d0a0c
treec5dcdbdd519a5186ae84044371a2bd48de638773
parentc42edb2e8d23e8ab491a15a5aa991f6c952ce474
libxlog: remove the global libxfs_xinit x structure

There is no need to export a libxfs_xinit with the somewhat unsuitable
name x from libxlog.  Move it into the tools linking against libxlog
that actually need it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/init.c
include/libxlog.h
libxlog/util.c
logprint/logprint.c
repair/globals.h
repair/init.c