From: Dave Chinner Date: Mon, 12 Aug 2013 10:49:33 +0000 (+1000) Subject: xfs: move inode fork definitions to a new header file X-Git-Tag: v3.12-rc1~80^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4d97d01a3a7a4a84fb05bfc439145ea25ba989;p=pandora-kernel.git 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 Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed