]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xfs: move xfs_fs.h to libxfs
authorDave Chinner <dchinner@redhat.com>
Thu, 8 Jan 2015 23:45:13 +0000 (10:45 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Jan 2015 23:45:13 +0000 (10:45 +1100)
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 <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_fs.h [moved from fs/xfs/xfs_fs.h with 100% similarity]

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