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: x86_64-randconfig-s3-03101522 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs/btrfs/check-integrity.c: In function 'btrfsic_handle_extent_data':
>> fs/btrfs/check-integrity.c:1449:6: error: 'BTRFS_COMPRESS_NONE' undeclared 
>> (first use in this function)
         BTRFS_COMPRESS_NONE) {
         ^
   fs/btrfs/check-integrity.c:1449:6: note: each undeclared identifier is 
reported only once for each function it appears in

vim +/BTRFS_COMPRESS_NONE +1449 fs/btrfs/check-integrity.c

e06baab4 Stefan Behrens 2012-04-12  1443        }
e06baab4 Stefan Behrens 2012-04-12  1444        
btrfsic_read_from_block_data(block_ctx, &file_extent_item,
e06baab4 Stefan Behrens 2012-04-12  1445                                     
file_extent_item_offset,
e06baab4 Stefan Behrens 2012-04-12  1446                                     
sizeof(struct btrfs_file_extent_item));
e20d6c5b Josef Bacik    2013-11-13  1447        next_bytenr = 
btrfs_stack_file_extent_disk_bytenr(&file_extent_item);
e20d6c5b Josef Bacik    2013-11-13  1448        if 
(btrfs_stack_file_extent_compression(&file_extent_item) ==
e20d6c5b Josef Bacik    2013-11-13 @1449            BTRFS_COMPRESS_NONE) {
e20d6c5b Josef Bacik    2013-11-13  1450                next_bytenr += 
btrfs_stack_file_extent_offset(&file_extent_item);
3cae210f Qu Wenruo      2013-07-16  1451                num_bytes = 
btrfs_stack_file_extent_num_bytes(&file_extent_item);
e20d6c5b Josef Bacik    2013-11-13  1452        } else {

:::::: The code at line 1449 was first introduced by commit
:::::: e20d6c5ba38d066c7dc0f7d3b68da14b9ae7fe37 Btrfs: fix check-integrity to 
look at the referenced data properly

:::::: TO: Josef Bacik <jba...@fusionio.com>
:::::: CC: Chris Mason <c...@fb.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