浏览代码

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 年之前
父节点
当前提交
10e78e3a8a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,