diff options
author | Dave Chinner <dchinner@redhat.com> | 2015-01-09 10:46:31 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-01-09 10:46:31 +1100 |
commit | 5ebdc213ac02877e23fe7594d4b92b120488aac9 (patch) | |
tree | 9518176b08ec04de3a3b28cc9d401dbd479aadb7 /fs/xfs | |
parent | 2155355fda502e75cd942db101fbb08e1a826ba8 (diff) | |
download | op-kernel-dev-5ebdc213ac02877e23fe7594d4b92b120488aac9.zip op-kernel-dev-5ebdc213ac02877e23fe7594d4b92b120488aac9.tar.gz |
xfs: move xfs_types.h to libxfs
The types used by the core XFS code are common between kernel and
userspace. xfs_types.h is duplicated in both kernel and userspace,
so move it to libxfs along with all the other shared code.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/libxfs/xfs_types.h (renamed from fs/xfs/xfs_types.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/fs/xfs/xfs_types.h b/fs/xfs/libxfs/xfs_types.h index b79dc66..b79dc66 100644 --- a/fs/xfs/xfs_types.h +++ b/fs/xfs/libxfs/xfs_types.h |