aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner1-1/+2
struct compat_xfs_bstat is missing the di_forkoff field and so does not fully translate the structure correctly. Fix it. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+237
Use the move from Linux 2.6 to Linux 3.x as an excuse to kill the annoying subdirectories in the XFS source code. Besides the large amount of file rename the only changes are to the Makefile, a few files including headers with the subdirectory prefix, and the binary sysctl compat code that includes a header under fs/xfs/ from kernel/. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>