[josef-btrfs:allocator-fixes 14/15] fs/btrfs/free-space-cache.c:3596:14: error: 'struct btrfs_free_space' has no member named 'max_exten_size'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git allocator-fixes
head:   5be061b1329c6f3b1926496d44560f924c582deb
commit: af8df18b295f2e6ff26d27386a5183c545044e48 [14/15] Btrfs: keep track of largest extent in bitmaps
config: i386-randconfig-n0-201539 (attached as .config)
reproduce:
        git checkout af8df18b295f2e6ff26d27386a5183c545044e48
        # save the attached .config to linux build tree
        make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   fs/btrfs/free-space-cache.c: In function 'test_add_free_space_entry':
>> fs/btrfs/free-space-cache.c:3596:14: error: 'struct btrfs_free_space' has no member named 'max_exten_size'
      bitmap_info->max_exten_size = bytes_added;
                 ^

vim +3596 fs/btrfs/free-space-cache.c

  3590		}
  3591	
  3592		bytes_added = add_bytes_to_bitmap(ctl, bitmap_info, offset, bytes);
  3593	
  3594		/* We used the newly allocated info, set the max_extent_size to bytes */
  3595		if (!info)
> 3596			bitmap_info->max_exten_size = bytes_added;
  3597	
  3598		bytes -= bytes_added;
  3599		offset += bytes_added;

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux