]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove kernel stubs from xfs_shared.h libxfs-5.16-sync_2022-03-17
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:24 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 17 Mar 2022 21:40:28 +0000 (14:40 -0700)
commit5c55e79741fc7279fde6465b81ef2818a154adbd
treeb9b25386e1e65f01aa9e748eed5c9f97e10cef1c
parent6f21a889865d4d47be7837c6cef8a44a4814b15b
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