From: Dave Chinner Date: Thu, 8 Jan 2015 23:45:13 +0000 (+1100) Subject: xfs: move xfs_fs.h to libxfs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2155355fda502e75cd942db101fbb08e1a826ba8;p=linux-beck.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