]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove kernel stubs from xfs_shared.h libxfs-5.16-sync_2022-04-18
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:24 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 19 Apr 2022 04:04:10 +0000 (21:04 -0700)
commit4f6cdb21002469e4cd3abc9b4a16cc8573b9295c
tree59fc5e41bed65087fd9c706053bfcd6237695fa6
parent2640f86de72d0a0e5dd6495e8695d1db16fdb4f7
libxfs: remove kernel stubs from xfs_shared.h

The kernel stubs added to xfs_shared.h don't belong there, and are
mostly unnecessary with the #ifdef __KERNEL__ bits added to the
xfs_ag.[ch] files. Move the one remaining needed stub in libxfs_priv.h.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/libxfs_priv.h
libxfs/xfs_shared.h