Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs

Pull btrfs fix from Chris Mason:
"We have one more fix for btrfs in my for-linus branch - this was a bug
in the new raid5/6 scrubbing support"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
btrfs: fix raid56 scrub failed in xfstests btrfs/072

+2
+2
fs/btrfs/scrub.c
··· 3065 3065 path->search_commit_root = 1; 3066 3066 path->skip_locking = 1; 3067 3067 3068 + ppath->search_commit_root = 1; 3069 + ppath->skip_locking = 1; 3068 3070 /* 3069 3071 * trigger the readahead for extent tree csum tree and wait for 3070 3072 * completion. During readahead, the scrub is officially paused