aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_fork.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12xfs: move inode fork definitions to a new header fileDave Chinner1-0/+171
The inode fork definitions are a combination of on-disk format definition and in-memory tracking and manipulation. They are both shared with userspace, so move them all into their own file so sharing is easy to do and track. This removes all inode fork related information from xfs_inode.h. Do the same for the all the C code that currently resides in xfs_inode.c for the same reason. Signed-off-by: Dave Chinner <[email protected]> Reviewed-by: Mark Tinguely <[email protected]> Signed-off-by: Ben Myers <[email protected]>