]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: move custom interface definitions out of xfs_fs.h
authorEric Sandeen <sandeen@redhat.com>
Tue, 25 Aug 2020 22:07:20 +0000 (18:07 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 25 Aug 2020 22:07:20 +0000 (18:07 -0400)
commit918664ad05fd1d8ba5deadb6819ada6c88a06a1c
treee846006d8eb80980a4c36193e17db2dbc98f97d3
parentd8a9454608ff97e98fb7de0da28f8d40804d2296
xfsprogs: move custom interface definitions out of xfs_fs.h

There are several definitions and structures present in the userspace
copy of libxfs/xfs_fs.h which support older, custom xfs interfaces
which are now common definitions in the vfs.

Move them into their own compat header to minimize the shared file
differences.

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>
include/Makefile
include/xfs.h
include/xfs_fs_compat.h [new file with mode: 0644]
libxfs/xfs_fs.h