From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:56:32 +0000 (+1100) Subject: [XFS] implement generic xfs_btree_update X-Git-Tag: v2.6.29-rc1~552^2~81^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278d0ca14e889c3932a05d1a68675252a12b3466;p=pandora-kernel.git [XFS] implement generic xfs_btree_update From: Dave Chinner The most complicated part here is the lastrec tracking for the alloc btree. Most logic is in the update_lastrec method which has to do some hopefully good enough dirty magic to maintain it. [hch: split out from bigger patch and a rework of the lastrec logic] SGI-PV: 985583 SGI-Modid: xfs-linux-melb:xfs-kern:32194a 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