]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: don't look at the extent buffer level 3 times in a row
authorJosef Bacik <josef@redhat.com>
Wed, 11 May 2011 16:25:37 +0000 (12:25 -0400)
committerJosef Bacik <josef@redhat.com>
Mon, 23 May 2011 17:03:11 +0000 (13:03 -0400)
commit82197ab661341aad1614c53acdc3d6563e81f386
tree94960a4d30595f9806dc66dcc36ae10756936f7c
parent7badeb932d0238337b66b4a20a63a31c8909d2d8
Btrfs: don't look at the extent buffer level 3 times in a row

We have a bit of debugging in btrfs_search_slot to make sure the level of the
cow block is the same as the original block we were cow'ing.  I don't think I've
ever seen this tripped, so kill it.  This saves us 2 kmap's per level in our
search.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/ctree.c