Re: [PATCH -next] btrfs: Select LIBCRC32C again

2019-07-09 Thread Guenter Roeck
On Mon, Jul 08, 2019 at 06:43:23AM -0700, Guenter Roeck wrote: > With CONFIG_BTRFS_FS=y and CONFIG_CRYPTO_CRC32C=m, we get: > > fs/btrfs/super.o: In function `btrfs_mount_root': > fs/btrfs/super.c:1557: undefined reference to `crc32c_impl' > fs/btrfs/super.o: In funct

[PATCH -next] btrfs: Select LIBCRC32C again

2019-07-08 Thread Guenter Roeck
rovided by LIBCRC32C config option doing the same." is wrong, since it permits CONFIG_BTRFS_FS=y in combination with CONFIG_CRYPTO_CRC32C=m. Cc: David Sterba Fixes: d5178578bcd4 ("btrfs: directly call into crypto framework for checksumming") Signed-off-by: Guenter Roeck --- fs/bt

Re: [PATCH] fs: btrfs: Add missing include file

2015-04-01 Thread Guenter Roeck
On 04/01/2015 12:28 PM, Chris Mason wrote: On Sun, Mar 29, 2015 at 11:24 PM, Guenter Roeck wrote: On Fri, Mar 13, 2015 at 01:58:46AM -0700, Guenter Roeck wrote: Building alpha:allmodconfig fails with fs/btrfs/inode.c: In function 'check_direct_Excellent idea. Done,IO': fs/btr

Re: [PATCH] fs: btrfs: Add missing include file

2015-03-29 Thread Guenter Roeck
On Fri, Mar 13, 2015 at 01:58:46AM -0700, Guenter Roeck wrote: > Building alpha:allmodconfig fails with > > fs/btrfs/inode.c: In function 'check_direct_IO': > fs/btrfs/inode.c:8050:2: error: implicit declaration of function > 'iov_iter_alignment' > >

Re: [PATCH] fs: btrfs: Add missing include file

2015-03-13 Thread Guenter Roeck
On Fri, Mar 13, 2015 at 01:58:46AM -0700, Guenter Roeck wrote: > Building alpha:allmodconfig fails with > > fs/btrfs/inode.c: In function 'check_direct_IO': > fs/btrfs/inode.c:8050:2: error: implicit declaration of function > 'iov_iter_alignment' > >

[PATCH] fs: btrfs: Add missing include file

2015-03-13 Thread Guenter Roeck
Christoph Hellwig Signed-off-by: Guenter Roeck --- fs/btrfs/inode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 37dc84c..5b6e5bd 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -42,6 +42,7 @@ #include #include #include +#include

Re: Build failures due to commit 416161db (btrfs: offline dedupe)

2013-09-18 Thread Guenter Roeck
On Tue, Sep 17, 2013 at 03:43:54PM -0700, Mark Fasheh wrote: > On Fri, Sep 13, 2013 at 03:33:34PM -0400, Chris Mason wrote: > > Mark, could you please send a patch for the whole-struct option until > > the unaligned put is upstreamed? > > > > -chris > > Here you go. It's been lightly tested and n

Re: Build failures due to commit 416161db (btrfs: offline dedupe)

2013-09-13 Thread Guenter Roeck
On Fri, Sep 13, 2013 at 01:00:22PM -0400, Chris Mason wrote: > Quoting Guenter Roeck (2013-09-13 12:35:35) > > On Fri, Sep 13, 2013 at 03:52:43PM +0200, Geert Uytterhoeven wrote: > > > On Fri, Sep 13, 2013 at 3:33 PM, Guenter Roeck wrote: > > > >

Re: Build failures due to commit 416161db (btrfs: offline dedupe)

2013-09-13 Thread Guenter Roeck
On Fri, Sep 13, 2013 at 03:52:43PM +0200, Geert Uytterhoeven wrote: > On Fri, Sep 13, 2013 at 3:33 PM, Guenter Roeck wrote: > > fs/btrfs/ioctl.c: In function 'btrfs_ioctl_file_extent_same': > > fs/btrfs/ioctl.c:2802:3: error: implicit declaration of function > >

Build failures due to commit 416161db (btrfs: offline dedupe)

2013-09-13 Thread Guenter Roeck
fs/btrfs/ioctl.c: In function 'btrfs_ioctl_file_extent_same': fs/btrfs/ioctl.c:2802:3: error: implicit declaration of function '__put_user_unaligned' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[2]: *** [fs/btrfs/ioctl.o] Error 1 make[2]: *** Waiting for