]> rtime.felk.cvut.cz Git - linux-imx.git/commit
btrfs/raid56: Add missing #include <linux/vmalloc.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Mar 2013 11:44:41 +0000 (04:44 -0700)
committerChris Mason <chris.mason@fusionio.com>
Sun, 3 Mar 2013 11:53:41 +0000 (06:53 -0500)
commitd7011f5b9dd3c88feb5cebad7d0b719ed6816ebd
tree12f607ef9e2da4b72db3941443184be1273619c0
parent180e001cd5fc2950dc6a7997dde5b65c954d0e79
btrfs/raid56: Add missing #include <linux/vmalloc.h>

tilegx_defconfig:

fs/btrfs/raid56.c: In function 'btrfs_alloc_stripe_hash_table':
fs/btrfs/raid56.c:206:3: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration]
fs/btrfs/raid56.c:206:9: warning: assignment makes pointer from integer without a cast [enabled by default]
fs/btrfs/raid56.c:226:4: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/raid56.c