commit | 7e0926fe5f20b5c88e51cba68512302b10f73d2a | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Sat Jul 28 14:20:58 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:18:52 2012 -0400 |
tree | 0b434c576f76da0902eefbe7bec8e526f8803a8d | |
parent | 17589bd96eeb7c2ef2d3baeb05005a24932cd1e9 [diff] |
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 <sensille@gmx.net> Signed-off-by: Alexander Block <ablock84@googlemail.com>