[md:for-next 7/8] drivers/md/md.c:6594:6: error: expected ';' before 'rv'

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

 



tree:   git://neil.brown.name/md for-next
head:   e4b9fcde6f296ce022bde147a4de29bd8be541dc
commit: 0a50cdf5058bd85f236e57aa2d00373751254dd9 [7/8] md-cluster: append some actions when change bitmap from clustered to none
config: x86_64-lkp (attached as .config)
reproduce:
        git checkout 0a50cdf5058bd85f236e57aa2d00373751254dd9
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/md/md.c: In function 'update_array_info':
>> drivers/md/md.c:6594:6: error: expected ';' before 'rv'
         rv = -EPERM;
         ^

vim +6594 drivers/md/md.c

  6588				}
  6589				if (mddev->bitmap_info.nodes) {
  6590					/* hold PW on all the bitmap lock */
  6591					if (md_cluster_ops->lock_all_bitmaps(mddev) <= 0) {
  6592						printk("md: can't change bitmap to none since the"
  6593						       " array is in use by more than one node\n")
> 6594						rv = -EPERM;
  6595						md_cluster_ops->unlock_all_bitmaps(mddev);
  6596						goto err;
  6597					}

---
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 RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux