Revision 8c51032f978bac5bec5dae0c5de4f85db97c1cc9 authored by Arne Jansen on 03 June 2011, 08:09:26 UTC, committed by Arne Jansen on 10 June 2011, 10:14:13 UTC
due to the semantics of btrfs_search_slot the path can point to an
invalid slot when ret > 0. This condition went unnoticed, which in
turn could have led to an incomplete scrubbing.

Signed-off-by: Arne Jansen <sensille@gmx.net>
1 parent ad3e34b
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