diff options
author | Tomasz Torcz <tomek@pipebreaker.pl> | 2013-02-05 18:38:53 +0400 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-02-05 18:55:30 +0400 |
commit | 10e78e3a8aec820f8f6344dfd4d465f5f84399e6 (patch) | |
tree | 2e08a1eb55be410fb36072cf29c4db547e2e338f /fs/btrfs/Kconfig | |
parent | bb721703aa551e98dc5c7fb259cf90343408baf2 (diff) | |
download | linux-10e78e3a8aec820f8f6344dfd4d465f5f84399e6.tar.xz |
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/Kconfig | 1 |
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, |