From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:57:03 +0000 (+1100) Subject: [XFS] implement generic xfs_btree_split X-Git-Tag: v2.6.29-rc1~552^2~81^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5eb8e7ca58bc1e92436614444006120d21668ba;p=pandora-kernel.git [XFS] implement generic xfs_btree_split Make the btree split code generic. Based on a patch from David Chinner with lots of changes to follow the original btree implementations more closely. While this loses some of the generic helper routines for inserting/moving/removing records it also solves some of the one off bugs in the original code and makes it easier to verify. SGI-PV: 985583 SGI-Modid: xfs-linux-melb:xfs-kern:32198a 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