Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xfs: compat_xfs_bstat does not have forkoff | Dave Chinner | 2014-10-02 | 1 | -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> | ||||
* | xfs: remove subdirectories | Christoph Hellwig | 2011-08-12 | 1 | -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> |