aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_vnode.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15xfs: remove remaining scraps of struct xfs_iomapDave Chinner1-1/+0
Signed-off-by: Dave Chinner <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Mark Tinguely <[email protected]> Signed-off-by: Ben Myers <[email protected]>
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+64
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 <[email protected]> Signed-off-by: Alex Elder <[email protected]>