From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:54:53 +0000 (+1100) Subject: [XFS] refactor btree validation helpers X-Git-Tag: v2.6.29-rc1~552^2~81^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23f6ef8ce966abc0f6e24a81ceb6a74ed30693b;p=pandora-kernel.git [XFS] refactor btree validation helpers Move the various btree validation helpers around in xfs_btree.c so that they are close to each other and in common #ifdef DEBUG sections. Also add a new xfs_btree_check_ptr helper to check a btree ptr that can be either long or short form. Split out from a bigger patch from Dave Chinner with various small changes applied by me. SGI-PV: 985583 SGI-Modid: xfs-linux-melb:xfs-kern:32183a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Bill O'Donnell Signed-off-by: David Chinner --- Reading git-diff-tree failed