From: Dave Chinner Date: Thu, 8 Jan 2015 23:46:31 +0000 (+1100) Subject: xfs: move xfs_types.h to libxfs X-Git-Tag: v4.0-rc1~140^2~5^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ebdc213ac02877e23fe7594d4b92b120488aac9;p=karo-tx-linux.git 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 --- 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