]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: move inode fork definitions to a new header file
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:33 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:37:32 +0000 (16:37 -0500)
commitd4b40020b8c05436474ade3e01af74ac52cab06b
treecdcd065d557ac77afb717ef550c42a1d11a33d09
parent3fd53c8ac7621f8d88a6010953d9c18517c5058b
xfs: move inode fork definitions to a new header file

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@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_fork.c [new file with mode: 0644]
fs/xfs/xfs_inode_fork.h [new file with mode: 0644]