From: Brian Foster Date: Thu, 24 Apr 2014 06:00:53 +0000 (+1000) Subject: xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b64ee5cdc106704b5c0f8954a52aa598eee25eb;p=pandora-kernel.git xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper Refactor xfs_difree() in preparation for the finobt. xfs_difree() performs the validity checks against the ag and reads the agi header. The work of physically updating the inode allocation btree is pushed down into the new xfs_difree_inobt() helper. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed