[PATCH 29/55] xfs: introduce xfs_inode_buf.c for inode buffer operations

Mark Tinguely tinguely at sgi.com
Thu Sep 5 17:27:37 CDT 2013


On 09/04/13 17:05, Dave Chinner wrote:
> From: Dave Chinner<dchinner at redhat.com>
>
> The only thing remaining in xfs_inode.[ch] are the operations that
> read, write or verify physical inodes in their underlying buffers.
> Move all this code to xfs_inode_buf.[ch] and so we can stop sharing
> xfs_inode.[ch] with userspace.
>
> Signed-off-by: Dave Chinner<dchinner at redhat.com>
> ---

user equivalent of the for Linux 3.12 kernel patch 13/50.

Did not change from previous posting. I am more okay with the patch
this time.

Moves the last shared inode items to xfs_trans.h and removes the
kernel-only xfs_inode.h.

Sources do not have icreate patch (kernel commit cca9f93a) which is not
appropriate for xfsprogs...mentioned because it is a code difference.

The uuid_copy being renamed to platform_uuid_copy() is not a biggy, 
xfs.h does the same in a define.

Reviewed-by: Mark Tinguely <tinguely at sgi.com>



More information about the xfs mailing list