From: Brian Foster Date: Thu, 24 Apr 2014 06:00:52 +0000 (+1000) Subject: xfs: support the XFS_BTNUM_FINOBT free inode btree type X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafc3c24652924ea951d215d04a3f42e832e9d7d;p=pandora-kernel.git xfs: support the XFS_BTNUM_FINOBT free inode btree type Define the AGI fields for the finobt root/level and add magic numbers. Update the btree code to add support for the new XFS_BTNUM_FINOBT inode btree. The finobt root block is reserved immediately following the inobt root block in the AG. Update XFS_PREALLOC_BLOCKS() to determine the starting AG data block based on whether finobt support is enabled. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed