]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: export unused nonstatic functions to quiet static checkers
authorEric Sandeen <sandeen@redhat.com>
Tue, 9 Oct 2018 16:49:48 +0000 (11:49 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 9 Oct 2018 16:49:48 +0000 (11:49 -0500)
commit5f56a561287c373b184f53198d9f1ec75abb0800
tree0bd10d5d6059b63663500e8a5bf3fe3f7be1fb42
parenta5e09451d35ad08ee5b5f66ab421a5b21d6f8973
libxfs: export unused nonstatic functions to quiet static checkers

libxfs functions which aren't used or exported get flagged as
"should be static" but we stay in sync with kernelspace, which has other
headers which export them.  Export the lot of them in libxfs_priv.h to
shut up sparse.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_priv.h