]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: enable creation of dynamically allocated metadir path structures
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:01 +0000 (21:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:09 +0000 (15:37 -0700)
commite6cb504d796edbfe400d75111be1d0f0cce8d6ff
treeb4c15510268376c8e52856af615faa52966aaf00
parentef4d0b77a482d4f27038e829ff710a542bf7e02a
xfs: enable creation of dynamically allocated metadir path structures

Add a few helper functions so that it's possible to allocate
xfs_imeta_path objects dynamically, along with dynamically allocated
path components.  Eventually we're going to want to support paths of the
form "/realtime/$rtgroup.rmap", and this is necessary for that.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/kmem.h
libxfs/libxfs_api_defs.h
libxfs/xfs_imeta.c
libxfs/xfs_imeta.h