summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/Kconfig
diff options
context:
space:
mode:
authorTomasz Torcz2013-02-05 15:38:53 +0100
committerChris Mason2013-02-05 15:55:30 +0100
commit10e78e3a8aec820f8f6344dfd4d465f5f84399e6 (patch)
tree2e08a1eb55be410fb36072cf29c4db547e2e338f /fs/btrfs/Kconfig
parentBtrfs: reduce CPU contention while waiting for delayed extent operations (diff)
downloadkernel-qcow2-linux-10e78e3a8aec820f8f6344dfd4d465f5f84399e6.tar.gz
kernel-qcow2-linux-10e78e3a8aec820f8f6344dfd4d465f5f84399e6.tar.xz
kernel-qcow2-linux-10e78e3a8aec820f8f6344dfd4d465f5f84399e6.zip
Btrfs: select XOR_BLOCKS in Kconfig
The Btrfs raid56 uses the generic xor helpers. Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/Kconfig')
-rw-r--r--fs/btrfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 4f5dc93fa2f8..5f583c8a36d0 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,