]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xfs: move xfs_types.h to libxfs
authorDave Chinner <dchinner@redhat.com>
Thu, 8 Jan 2015 23:46:31 +0000 (10:46 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Jan 2015 23:46:31 +0000 (10:46 +1100)
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>
fs/xfs/libxfs/xfs_types.h [moved from fs/xfs/xfs_types.h with 100% similarity]

similarity index 100%
rename from fs/xfs/xfs_types.h
rename to fs/xfs/libxfs/xfs_types.h