diff mbox

experimental raid5/6 code in git

Message ID 20130205142236.GA6619@mother.jarsat.pl (mailing list archive)
State New, archived
Headers show

Commit Message

Tomasz Torcz Feb. 5, 2013, 2:22 p.m. UTC
Hi,

  I believe XOR_BLOCKS must be selected, otherwise build fails with:
ERROR: "xor_blocks" [fs/btrfs/btrfs.ko] undefined!

Comments

Chris Mason Feb. 5, 2013, 6:32 p.m. UTC | #1
On Tue, Feb 05, 2013 at 07:22:36AM -0700, Tomasz Torcz wrote:
> Hi,
> 
>   I believe XOR_BLOCKS must be selected, otherwise build fails with:
> ERROR: "xor_blocks" [fs/btrfs/btrfs.ko] undefined!
>  
> 
> diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
> index 4f5dc93..5f583c8 100644
> --- a/fs/btrfs/Kconfig
> +++ b/fs/btrfs/Kconfig
> @@ -7,6 +7,7 @@ config BTRFS_FS
>  	select LZO_COMPRESS
>  	select LZO_DECOMPRESS
>  	select RAID6_PQ
> +	select XOR_BLOCKS
>  
>  	help
>  	  Btrfs is a new filesystem with extents, writable snapshotting,

Thanks, I've put this in.

-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 4f5dc93..5f583c8 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -7,6 +7,7 @@  config BTRFS_FS
 	select LZO_COMPRESS
 	select LZO_DECOMPRESS
 	select RAID6_PQ
+	select XOR_BLOCKS
 
 	help
 	  Btrfs is a new filesystem with extents, writable snapshotting,