From: Alexander Block Date: Sat, 28 Jul 2012 12:20:58 +0000 (+0200) Subject: Btrfs: fix use of radix_tree for name_cache in send/receive X-Git-Tag: v3.7-rc1~71^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0926fe5f20b5c88e51cba68512302b10f73d2a;p=pandora-kernel.git Btrfs: fix use of radix_tree for name_cache in send/receive We can't easily use the index of the radix tree for inums as the radix tree uses 32bit indexes on 32bit kernels. For 32bit kernels, we now use the lower 32bit of the inum as index and an additional list to store multiple entries per radix tree entry. Reported-by: Arne Jansen Signed-off-by: Alexander Block --- Reading git-diff-tree failed