Message ID | 20130205142236.GA6619@mother.jarsat.pl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Feb 05, 2013 at 07:22:36AM -0700, Tomasz Torcz wrote: > Hi, > > I believe XOR_BLOCKS must be selected, otherwise build fails with: > ERROR: "xor_blocks" [fs/btrfs/btrfs.ko] undefined! > > > 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 @@ 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, Thanks, I've put this in. -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 @@ 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,