From 5ebdc213ac02877e23fe7594d4b92b120488aac9 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 9 Jan 2015 10:46:31 +1100 Subject: [PATCH] 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 Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- fs/xfs/{ => libxfs}/xfs_types.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename fs/xfs/{ => libxfs}/xfs_types.h (100%) diff --git a/fs/xfs/xfs_types.h b/fs/xfs/libxfs/xfs_types.h similarity index 100% rename from fs/xfs/xfs_types.h rename to fs/xfs/libxfs/xfs_types.h -- 2.34.1