From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:25:27 +0000 (+1000) Subject: [XFS] Use the same btree_cur union member for alloc and inobt trees. X-Git-Tag: v2.6.27-rc4~106^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169d6227a71da125913c69c381643a8ae89da62d;p=pandora-kernel.git [XFS] Use the same btree_cur union member for alloc and inobt trees. The alloc and inobt btree use the same agbp/agno pair in the btree_cur union. Make them use the same bc_private.a union member so that code for these two short form btree implementations can be shared. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31788a Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed