Browse Source

Btrfs: select XOR_BLOCKS in Kconfig

The Btrfs raid56 uses the generic xor helpers.

Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Tomasz Torcz 12 years ago
parent
commit
10e78e3a8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/btrfs/Kconfig

+ 1 - 0
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,