]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfsprogs: remove the libxfs_* API redirections libxfs-api
authorChristoph Hellwig <hch@lst.de>
Fri, 10 Jul 2020 06:49:37 +0000 (08:49 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 10 Jul 2020 06:51:22 +0000 (08:51 +0200)
commit6ec093db95f6e4cf4bce0b63fb49bea465b6eabc
tree43e75a105278ad3d76bef7225e3027afa9c18efe
parent957fd6cf307589922c82e5d29bc8ce4fc34d58e1
xfsprogs: remove the libxfs_* API redirections

For historical reasons xfsprogs tries to renamed xfs_* symbols used
by tools (but not those used inside libxfs) to libxfs_.  Remove this
indirection to make it clear what function is being called, and to
avoid having to keep the renaming header uptodate.

Signed-off-by: Christoph Hellwig <hch@lst.de>
60 files changed:
copy/xfs_copy.c
db/agfl.c
db/attrset.c
db/bmap.c
db/bmroot.c
db/btdump.c
db/btheight.c
db/check.c
db/dir2.c
db/dir2sf.c
db/frag.c
db/freesp.c
db/fsmap.c
db/hash.c
db/info.c
db/init.c
db/inode.c
db/io.c
db/logformat.c
db/metadump.c
db/sb.c
include/cache.h
include/libxfs.h
include/xfs_inode.h
include/xfs_trans.h
io/open.c
libxfs/Makefile
libxfs/cache.c
libxfs/init.c
libxfs/libxfs_api_defs.h [deleted file]
libxfs/libxfs_io.h
libxfs/libxfs_priv.h
libxfs/rdwr.c
libxfs/trans.c
libxfs/util.c
libxlog/xfs_log_recover.c
logprint/log_misc.c
logprint/log_print_all.c
logprint/logprint.c
mdrestore/xfs_mdrestore.c
mkfs/proto.c
mkfs/xfs_mkfs.c
repair/agheader.c
repair/attr_repair.c
repair/da_util.c
repair/dino_chunks.c
repair/dinode.c
repair/dir2.c
repair/phase3.c
repair/phase4.c
repair/phase5.c
repair/phase6.c
repair/phase7.c
repair/prefetch.c
repair/rmap.c
repair/rt.c
repair/sb.c
repair/scan.c
repair/xfs_repair.c
tools/find-api-violations.sh