]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libfrog: hoist some utilities from libxfs
authorDarrick J. Wong <djwong@kernel.org>
Sun, 22 Feb 2026 22:41:02 +0000 (14:41 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 8 Apr 2026 19:39:56 +0000 (21:39 +0200)
commit68cbbe7c8c4d2075aeb31d66e411a0e8517508fa
treee598db5d6d50ddf589a6a2acdbd5e5a80ab98d3d
parent1b8bca4e0bd192588be341f591f8d450d490f4e5
libfrog: hoist some utilities from libxfs

This started with a desire to move the duplicate cmn_err declarations in
libxfs into libfrog/util.h ahead of the patch that renames libxfs_priv.h
to xfs_platform.h.

Then this patch expanded in scope when I realized that there were
several other utility functions that weren't specific to xfs; those go
in libfrog.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
include/libxfs.h
include/platform_defs.h
include/xfs_fs_compat.h
libfrog/Makefile
libfrog/util.c
libfrog/util.h
libxfs/Makefile
libxfs/libxfs_priv.h
libxfs/util.c