mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
Btrfs: select XOR_BLOCKS in Kconfig
The Btrfs raid56 uses the generic xor helpers. Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
bb721703aa
commit
10e78e3a8a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user