diff options
author | Dave Chinner <[email protected]> | 2015-01-09 10:46:31 +1100 |
---|---|---|
committer | Dave Chinner <[email protected]> | 2015-01-09 10:46:31 +1100 |
commit | 5ebdc213ac02877e23fe7594d4b92b120488aac9 (patch) | |
tree | 9518176b08ec04de3a3b28cc9d401dbd479aadb7 | |
parent | 2155355fda502e75cd942db101fbb08e1a826ba8 (diff) |
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
-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 b79dc66b2ecd..b79dc66b2ecd 100644 --- a/fs/xfs/xfs_types.h +++ b/fs/xfs/libxfs/xfs_types.h |