commit | cef2193729595686f787c5858aad69b4369de757 | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Mon Sep 02 12:19:13 2013 +0100 |
committer | Chris Mason <chris.mason@fusionio.com> | Sat Sep 21 10:58:55 2013 -0400 |
tree | d6df5311a9d0bff68309cfc05cc742e86cc720c7 | |
parent | 55e50e458e760f4d0c183978dcc20b07a7f6e20e [diff] |
Btrfs: more efficient inode tree replace operation Instead of removing the current inode from the red black tree and then add the new one, just use the red black tree replace operation, which is more efficient. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Reviewed-by: Zach Brown <zab@redhat.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>