From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:57:40 +0000 (+1100) Subject: [XFS] implement generic xfs_btree_insert/insrec X-Git-Tag: v2.6.29-rc1~552^2~81^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b22a57188d87e873346b73c227607715be96399;p=pandora-kernel.git [XFS] implement generic xfs_btree_insert/insrec Make the btree insert 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:32202a 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