From: Dave Chinner Date: Thu, 8 Jan 2015 23:45:13 +0000 (+1100) Subject: xfs: move xfs_fs.h to libxfs X-Git-Tag: v4.0-rc1~140^2~5^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2155355fda502e75cd942db101fbb08e1a826ba8;p=thirdparty%2Fkernel%2Flinux.git xfs: move xfs_fs.h to libxfs Ioctl API definitions are shared with userspace, so move the header file that defines them all to libxfs along with all the other code shared with userspace. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/libxfs/xfs_fs.h similarity index 100% rename from fs/xfs/xfs_fs.h rename to fs/xfs/libxfs/xfs_fs.h