Loading fs/btrfs/ioctl.c +4 −2 Original line number Diff line number Diff line Loading @@ -1362,6 +1362,7 @@ static noinline int btrfs_ioctl_resize(struct file *file, printk(KERN_INFO "btrfs: resizing devid %llu\n", (unsigned long long)devid); } device = btrfs_find_device(root->fs_info, devid, NULL, NULL); if (!device) { printk(KERN_INFO "btrfs: resizer unable to find device %llu\n", Loading @@ -1369,9 +1370,10 @@ static noinline int btrfs_ioctl_resize(struct file *file, ret = -EINVAL; goto out_free; } if (device->fs_devices && device->fs_devices->seeding) { if (!device->writeable) { printk(KERN_INFO "btrfs: resizer unable to apply on " "seeding device %llu\n", "readonly device %llu\n", (unsigned long long)devid); ret = -EINVAL; goto out_free; Loading Loading
fs/btrfs/ioctl.c +4 −2 Original line number Diff line number Diff line Loading @@ -1362,6 +1362,7 @@ static noinline int btrfs_ioctl_resize(struct file *file, printk(KERN_INFO "btrfs: resizing devid %llu\n", (unsigned long long)devid); } device = btrfs_find_device(root->fs_info, devid, NULL, NULL); if (!device) { printk(KERN_INFO "btrfs: resizer unable to find device %llu\n", Loading @@ -1369,9 +1370,10 @@ static noinline int btrfs_ioctl_resize(struct file *file, ret = -EINVAL; goto out_free; } if (device->fs_devices && device->fs_devices->seeding) { if (!device->writeable) { printk(KERN_INFO "btrfs: resizer unable to apply on " "seeding device %llu\n", "readonly device %llu\n", (unsigned long long)devid); ret = -EINVAL; goto out_free; Loading