From: Allison Henderson Date: Thu, 18 Oct 2018 06:20:45 +0000 (+1100) Subject: xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h X-Git-Tag: v4.20-rc1~139^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e2421f0b5ff3ce279573036f5cfcb0ce28b422a9;p=linux.git xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h This patch moves fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h since xfs_attr.c is in libxfs. We will need these later in xfsprogs. Signed-off-by: Allison Henderson Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_attr.h b/fs/xfs/libxfs/xfs_attr.h similarity index 100% rename from fs/xfs/xfs_attr.h rename to fs/xfs/libxfs/xfs_attr.h