commit | 10e78e3a8aec820f8f6344dfd4d465f5f84399e6 | [log] [tgz] |
---|---|---|
author | Tomasz Torcz <tomek@pipebreaker.pl> | Tue Feb 05 09:38:53 2013 -0500 |
committer | Chris Mason <chris.mason@fusionio.com> | Tue Feb 05 09:55:30 2013 -0500 |
tree | 2e08a1eb55be410fb36072cf29c4db547e2e338f | |
parent | bb721703aa551e98dc5c7fb259cf90343408baf2 [diff] [blame] |
Btrfs: select XOR_BLOCKS in Kconfig The Btrfs raid56 uses the generic xor helpers. Signed-off-by: Chris Mason <chris.mason@fusionio.com>
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index 4f5dc93..5f583c8 100644 --- a/fs/btrfs/Kconfig +++ b/fs/btrfs/Kconfig
@@ -7,6 +7,7 @@ select LZO_COMPRESS select LZO_DECOMPRESS select RAID6_PQ + select XOR_BLOCKS help Btrfs is a new filesystem with extents, writable snapshotting,