]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: move 64-bit division wrappers to libfrog
authorDarrick J. Wong <djwong@kernel.org>
Wed, 20 Dec 2023 16:53:43 +0000 (08:53 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 22 Dec 2023 02:29:13 +0000 (18:29 -0800)
commitaf71e8c1f99aaf14f4b008a7468e62b03e60213d
tree0f0d8f3bfbc46ec79b63566edd953e831f7a421a
parentfc83c7574b1fb2258c9403461e55b0cb091c670c
libfrog: move 64-bit division wrappers to libfrog

We want to keep the rtgroup unit conversion functions as static inlines,
so share the div64 functions via libfrog instead of libxfs_priv.h.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandanbabu@kernel.org>
include/libxfs.h
libfrog/Makefile
libfrog/div64.h [new file with mode: 0644]
libxfs/libxfs_priv.h