Hi Nikolay,

[auto build test ERROR on v4.12-rc6]
[also build test ERROR on next-20170627]
[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/Nikolay-Borisov/btrfs-remove-unused-sectorsize-member/20170627-183835
config: xtensa-allyesconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
        wget 
https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

   fs/btrfs/tests/btrfs-tests.c: In function 'btrfs_alloc_dummy_block_group':
>> fs/btrfs/tests/btrfs-tests.c:214:7: error: 'struct btrfs_block_group_cache' 
>> has no member named 'sectorsize'
     cache->sectorsize = fs_info->sectorsize;
          ^
--
   fs/btrfs/tests/free-space-tree-tests.c: In function 
'__check_free_space_extents':
>> fs/btrfs/tests/free-space-tree-tests.c:84:20: error: 'struct 
>> btrfs_block_group_cache' has no member named 'sectorsize'
        offset += cache->sectorsize;
                       ^

vim +214 fs/btrfs/tests/btrfs-tests.c

7c55ee0c Omar Sandoval 2015-09-29  208                  return NULL;
7c55ee0c Omar Sandoval 2015-09-29  209          }
7c55ee0c Omar Sandoval 2015-09-29  210  
7c55ee0c Omar Sandoval 2015-09-29  211          cache->key.objectid = 0;
7c55ee0c Omar Sandoval 2015-09-29  212          cache->key.offset = length;
7c55ee0c Omar Sandoval 2015-09-29  213          cache->key.type = 
BTRFS_BLOCK_GROUP_ITEM_KEY;
da17066c Jeff Mahoney  2016-06-15 @214          cache->sectorsize = 
fs_info->sectorsize;
da17066c Jeff Mahoney  2016-06-15  215          cache->full_stripe_len = 
fs_info->sectorsize;
da17066c Jeff Mahoney  2016-06-15  216          cache->fs_info = fs_info;
7c55ee0c Omar Sandoval 2015-09-29  217  

:::::: The code at line 214 was first introduced by commit
:::::: da17066c40472c2d6a1aab7bb0090c3d285531c9 btrfs: pull node/sector/stripe 
sizes out of root and into fs_info

:::::: TO: Jeff Mahoney <je...@suse.com>
:::::: CC: David Sterba <dste...@suse.com>

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

Attachment: .config.gz
Description: application/gzip

Reply via email to