commit | 3488c68d1c8d2d3d741abd966e824cbcdf4db938 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Aug 10 10:15:43 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Aug 25 20:48:41 2020 -0700 |
tree | 537c7b5a67fb7ea9be694b3a1d8df785aa05a5f2 | |
parent | 54b4eee7dcd365fc1266ad8165ce79275d4ecec8 [diff] |
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> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>