]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: add wrappers for file_getattr/file_setattr syscalls
authorAndrey Albershteyn <aalbersh@redhat.com>
Tue, 9 Sep 2025 15:24:36 +0000 (17:24 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 15 Sep 2025 09:10:05 +0000 (11:10 +0200)
commit56af42ac219b40238663b4add07bb22d1945c87d
tree34a73aa79916828f2609c8dbbd88e1e0a1879f27
parent07956672b784af598dc5604db8fafd0702b8fe13
libfrog: add wrappers for file_getattr/file_setattr syscalls

Add wrappers for new file_getattr/file_setattr inode syscalls which will
be used by xfs_quota and xfs_io.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
configure.ac
include/builddefs.in
include/linux.h
libfrog/Makefile
libfrog/file_attr.c [new file with mode: 0644]
libfrog/file_attr.h [new file with mode: 0644]
m4/package_libcdev.m4