commit | f2071b21553bf8f1eae583e32b9068393f61cbe9 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@gmail.com> | Wed Feb 12 15:05:53 2014 +0000 |
committer | Josef Bacik <jbacik@fb.com> | Mon Mar 10 15:16:57 2014 -0400 |
tree | 4ec95f346c0e4dae330d44d233edfe170fc8407a | |
parent | cbc0e9287d710ce7dce5f8daf667729e83316c45 [diff] |
Btrfs: more efficient split extent state insertion When we split an extent state there's no need to start the rbtree search from the root node - we can start it from the original extent state node, since we would end up in its subtree if we do the search starting at the root node anyway. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fb.com>