Revision 7e2355ba1a11649f0b212a29fdb9f47476f1248e authored by Josef Bacik on 11 May 2011, 16:25:37 UTC, committed by Josef Bacik on 23 May 2011, 17:03:11 UTC
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>
1 parent cb25c2e
History
File Mode Size
Kconfig -rw-r--r-- 44.0 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 5.8 KB
do_mounts.c -rw-r--r-- 10.9 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.1 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.1 KB
initramfs.c -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 19.9 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.1 KB

back to top