Hi Timofey, [auto build test ERROR on v4.9-rc8] [also build test ERROR on next-20170522] [cannot apply to btrfs/next] [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/Timofey-Titovets/Btrfs-lzo-c-pr_debug-deflate-lzo/20170523-110651 config: x86_64-kexec (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): fs/btrfs/lzo.c: In function 'lzo_compress_pages': >> fs/btrfs/lzo.c:233:27: error: expected expression before '>' token if (tot_out + PAGE_SIZE => tot_in) { ^ vim +233 fs/btrfs/lzo.c 227 in_page = find_get_page(mapping, start >> PAGE_SHIFT); 228 data_in = kmap(in_page); 229 in_len = min(bytes_left, PAGE_SIZE); 230 } 231 232 /* Compression must save at least one PAGE_SIZE */ > 233 if (tot_out + PAGE_SIZE => tot_in) { 234 ret = -E2BIG; 235 goto out; 236 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
