]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libfrog: support editing filesystem property sets
authorDarrick J. Wong <djwong@kernel.org>
Fri, 26 Jul 2024 17:37:30 +0000 (10:37 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:12:39 +0000 (17:12 -0700)
commitc945214e762f39ff0c4972d94d69d011fb6e7bd1
treeba6aa8b2e97cfd59e80e731300327fbbd192e60c
parent5ebffc1f20b607d9552f23ab140cc3be58c89cef
libfrog: support editing filesystem property sets

Add some library functions so that spaceman and scrub can share the same
code to edit and retrieve filesystem properties.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libfrog/Makefile
libfrog/fsproperties.c [new file with mode: 0644]
libfrog/fsproperties.h [new file with mode: 0644]
libfrog/fsprops.c [new file with mode: 0644]
libfrog/fsprops.h [new file with mode: 0644]