On Tue, Jul 16, 2019 at 03:40:56PM +0200, Johannes Thumshirn wrote: > On Tue, Jul 16, 2019 at 04:29:27PM +0300, Andy Shevchenko wrote: > > On Tue, Jul 16, 2019 at 4:28 PM Andy Shevchenko > > <andy.shevche...@gmail.com> wrote: > > > > > > The following commit broke compilation > > > > > > commit d5178578bcd461cc79118c7a139882350fe505aa > > > Author: Johannes Thumshirn <jthumsh...@suse.de> > > > Date: Mon Jun 3 16:58:57 2019 +0200 > > > > > > btrfs: directly call into crypto framework for checksumming > > > > > > ERROR: "crc32c_impl" [fs/btrfs/btrfs.ko] undefined! > > > ERROR: "crc32c" [fs/btrfs/btrfs.ko] undefined! > > > > > > Obviously if we call directly libcrc32c, we may not remove a dependency. > > This should already be fixed (there where actually three patches fixing this > issue). > https://lore.kernel.org/linux-btrfs/1562593403-19545-1-git-send-email-li...@roeck-us.net/ > https://lore.kernel.org/linux-btrfs/20190708125134.3741552-1-a...@arndb.de/ > and > https://lore.kernel.org/linux-btrfs/20190702143903.49264-1-yuehaib...@huawei.com/ > > David I thought you staged the one from yuehaibing.
Yes, the patch is queued for the next pull.