aboutsummaryrefslogtreecommitdiffstats
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
parentbb721703aa551e98dc5c7fb259cf90343408baf2 (diff)
Btrfs: select XOR_BLOCKS in Kconfig
The Btrfs raid56 uses the generic xor helpers. Signed-off-by: Chris Mason <chris.mason@fusionio.com>
-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
7 select LZO_COMPRESS 7 select LZO_COMPRESS
8 select LZO_DECOMPRESS 8 select LZO_DECOMPRESS
9 select RAID6_PQ 9 select RAID6_PQ
10 select XOR_BLOCKS
10 11
11 help 12 help
12 Btrfs is a new filesystem with extents, writable snapshotting, 13 Btrfs is a new filesystem with extents, writable snapshotting,