[PATCH 27/55] xfs: move inode fork definitions to a new header file
Mark Tinguely
tinguely at sgi.com
Thu Sep 5 16:55:01 CDT 2013
On 09/04/13 17:05, Dave Chinner wrote:
> From: Dave Chinner<dchinner at redhat.com>
>
> 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<dchinner at redhat.com>
> ---
No change from previous post.
xfsprogs equivalent of the for 3.12 kernel patch 12/50.
move remaining shared inode to new xfs_inode_fork.c/h. new function
prototypes.
Reviewed-by: Mark Tinguely <tinguely at sgi.com>
More information about the xfs
mailing list