Re: [PATCH] btrfs: Add qgroup_auto_cleanup mount flag to automatically cleanup qgroups

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

 



Hi Sargun,

[auto build test ERROR on v4.12-rc7]
[also build test ERROR on next-20170630]
[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/Sargun-Dhillon/btrfs-Add-qgroup_auto_cleanup-mount-flag-to-automatically-cleanup-qgroups/20170701-102114
config: x86_64-randconfig-x015-201726 (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/ioctl.c: In function 'btrfs_ioctl_snap_destroy':
>> fs//btrfs/ioctl.c:2555:9: error: too many arguments to function 'btrfs_remove_qgroup'
      ret = btrfs_remove_qgroup(trans, fs_info,
            ^~~~~~~~~~~~~~~~~~~
   In file included from fs//btrfs/ioctl.c:60:0:
   fs//btrfs/qgroup.h:129:5: note: declared here
    int btrfs_remove_qgroup(struct btrfs_trans_handle *trans,
        ^~~~~~~~~~~~~~~~~~~

vim +/btrfs_remove_qgroup +2555 fs//btrfs/ioctl.c

  2549		 * is the same as the subvolume id.
  2550		 *
  2551		 * This can fail non-fatally for level 0 qgroups, therefore we do
  2552		 * not abort the transaction if this fails, nor return an error.
  2553		 */
  2554		if (btrfs_test_opt(fs_info, QGROUP_AUTO_CLEANUP)) {
> 2555			ret = btrfs_remove_qgroup(trans, fs_info,
  2556						  dest->root_key.objectid, 0);
  2557			if (ret && ret != -ENOENT)
  2558				btrfs_warn(fs_info,

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

Attachment: .config.gz
Description: application/gzip


[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