Hi Anand,

[auto build test ERROR on v4.5-rc7]
[cannot apply to btrfs/next next-20160309]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improving the system]

url:    
https://github.com/0day-ci/linux/commits/Anand-Jain/btrfs-move-btrfs_compression_type-to-compression-h/20160310-125205
config: i386-randconfig-h0-03101518 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   fs/btrfs/tests/inode-tests.c: In function 'setup_file_extents':
>> fs/btrfs/tests/inode-tests.c:187:32: error: 'BTRFS_COMPRESS_ZLIB' undeclared 
>> (first use in this function)
            BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot);
                                   ^
   fs/btrfs/tests/inode-tests.c:187:32: note: each undeclared identifier is 
reported only once for each function it appears in
   fs/btrfs/tests/inode-tests.c: In function 'test_btrfs_get_extent':
   fs/btrfs/tests/inode-tests.c:624:27: error: 'BTRFS_COMPRESS_ZLIB' undeclared 
(first use in this function)
     if (em->compress_type != BTRFS_COMPRESS_ZLIB) {
                              ^

vim +/BTRFS_COMPRESS_ZLIB +187 fs/btrfs/tests/inode-tests.c

aaedb55b Josef Bacik 2013-10-11  181    slot++;
aaedb55b Josef Bacik 2013-10-11  182    offset += 8192;
aaedb55b Josef Bacik 2013-10-11  183    disk_bytenr += 16384;
aaedb55b Josef Bacik 2013-10-11  184  
aaedb55b Josef Bacik 2013-10-11  185    /* Now a normal compressed extent */
aaedb55b Josef Bacik 2013-10-11  186    insert_extent(root, offset, 8192, 8192, 
0, disk_bytenr, 4096,
aaedb55b Josef Bacik 2013-10-11 @187                  BTRFS_FILE_EXTENT_REG, 
BTRFS_COMPRESS_ZLIB, slot);
aaedb55b Josef Bacik 2013-10-11  188    slot++;
aaedb55b Josef Bacik 2013-10-11  189    offset += 8192;
aaedb55b Josef Bacik 2013-10-11  190    /* No merges */

:::::: The code at line 187 was first introduced by commit
:::::: aaedb55bc08f384b7f57dbb3222a511baed4decf Btrfs: add tests for 
btrfs_get_extent

:::::: TO: Josef Bacik <jba...@fusionio.com>
:::::: CC: Chris Mason <chris.ma...@fusionio.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to