On Wed, Jun 27, 2018 at 12:05:39AM +0800, kbuild test robot wrote: > Hi Nikolay, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on next-20180626] > [cannot apply to btrfs/next v4.18-rc2 v4.18-rc1 v4.17 v4.18-rc2] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Nikolay-Borisov/btrfs-Add-graceful-handling-of-V0-extents/20180626-231445 > config: x86_64-randconfig-x015-201825 (attached as .config) > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > fs//btrfs/extent-tree.c: In function 'btrfs_lookup_extent_info': > >> fs//btrfs/extent-tree.c:871:4: error: implicit declaration of function 'btrfs_print_v0_err'; did you mean 'btrfs_print_tree'? [-Werror=implicit-function-declaration] > btrfs_print_v0_err(fs_info); > ^~~~~~~~~~~~~~~~~~ Fixed by using trans->fs_info in the original patch so the followup that removes 'fs_info' does not break compilation. Updated for-next branch pushed. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
