summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/Kconfig
diff options
context:
space:
mode:
authorTomasz Torcz <tomek@pipebreaker.pl>2013-02-05 09:38:53 -0500
committerChris Mason <chris.mason@fusionio.com>2013-02-05 09:55:30 -0500
commit10e78e3a8aec820f8f6344dfd4d465f5f84399e6 (patch)
tree2e08a1eb55be410fb36072cf29c4db547e2e338f /fs/btrfs/Kconfig
parentbb721703aa551e98dc5c7fb259cf90343408baf2 (diff)
downloadlinux-10e78e3a8aec820f8f6344dfd4d465f5f84399e6.tar.bz2
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,