]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libfrog: support editing filesystem property sets
authorDarrick J. Wong <djwong@kernel.org>
Thu, 8 Aug 2024 16:38:47 +0000 (09:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 8 Aug 2024 16:38:47 +0000 (09:38 -0700)
commit47aa17b5acd5d226ca4ebfd62f2e1c62b26bfa32
treea9cdabef4719fb2e62b11f04f689370ffc39b513
parent5a43a00432ebe9ab8b54155703a9eb9e1a1dd4ec
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Dave Chinner <dchinner@redhat.com>
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]