]> www.infradead.org Git - linux.git/commitdiff
xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
authorAllison Henderson <allison.henderson@oracle.com>
Thu, 18 Oct 2018 06:20:45 +0000 (17:20 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Oct 2018 06:20:45 +0000 (17:20 +1100)
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 <allison.henderson@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_attr.h [moved from fs/xfs/xfs_attr.h with 100% similarity]

similarity index 100%
rename from fs/xfs/xfs_attr.h
rename to fs/xfs/libxfs/xfs_attr.h