From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:58:32 +0000 (+1100) Subject: [XFS] add keys_inorder and recs_inorder btree methods X-Git-Tag: v2.6.29-rc1~552^2~81^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a26e66e7728112f0e1cd7eca3bcc430b3a221c9;p=pandora-kernel.git [XFS] add keys_inorder and recs_inorder btree methods Add methods to check whether two keys/records are in the righ order. This replaces the xfs_btree_check_key and xfs_btree_check_rec methods. For the callers from xfs_bmap.c just opencode the bmbt-specific asserts. SGI-PV: 985583 SGI-Modid: xfs-linux-melb:xfs-kern:32208a 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