]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove kernel stubs from xfs_shared.h
authorEric Sandeen <sandeen@redhat.com>
Wed, 4 May 2022 18:49:14 +0000 (14:49 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 4 May 2022 18:49:14 +0000 (14:49 -0400)
commit8804eaced35c075fe9c25ca5a5ffe9289502feb3
tree099f4f1ddd5dd425ff68989781cbbbad4b06a3ab
parentb5d61e9002218e21d709f66be535b7954d4d9bb9
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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_priv.h
libxfs/xfs_shared.h