]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: provide a kernel-compatible kasprintf
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:01:17 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:42 +0000 (11:37 -0700)
commitb654d15510f4be85acdd71b521adb4bc1e052eaf
treea111edec503dbd123a8aefb92324e365b2c255cd
parent842676ed999f0baae79c3de3ad6e2d3b90733f49
libxfs: provide a kernel-compatible kasprintf

The kernel-like kasprintf will be used by the new metadir code, as well
as the rmap data structures in xfs_repair.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: tweak commit message]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/kmem.h
libxfs/kmem.c