commit | 5b6602e762cae17c8891d19698afea451e9c1d95 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Tue Oct 23 11:28:27 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Wed Oct 24 12:36:38 2012 +0200 |
tree | d7a4ccfc3d56e3c94d1fab3efcd14464e3df357e | |
parent | 834328a8493079d15f30866ace42489463f52571 [diff] |
Btrfs: determine level of old roots In btrfs_find_all_roots' termination condition, we compare the level of the old buffer we got from btrfs_search_old_slot to the level of the current root node. We'd better compare it to the level of the rewinded root node. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>