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 fixup from Chris Mason:
"Geert and James both sent this one in, sorry guys"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
btrfs/raid56: Add missing #include <linux/vmalloc.h>

+1
+1
fs/btrfs/raid56.c
··· 31 31 #include <linux/hash.h> 32 32 #include <linux/list_sort.h> 33 33 #include <linux/raid/xor.h> 34 + #include <linux/vmalloc.h> 34 35 #include <asm/div64.h> 35 36 #include "compat.h" 36 37 #include "ctree.h"