We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d2cdb commit 841c20aCopy full SHA for 841c20a
fs/btrfs/ioctl.c
@@ -1182,7 +1182,7 @@ static noinline int btrfs_ioctl_resize(struct file *file,
1182
1183
static noinline int __btrfs_ioctl_snap_create(struct file *file,
1184
struct mnt_idmap *idmap,
1185
- const char *name, unsigned long fd, int subvol,
+ const char *name, unsigned long fd, bool subvol,
1186
bool readonly,
1187
struct btrfs_qgroup_inherit *inherit)
1188
{
@@ -1276,7 +1276,7 @@ static noinline int btrfs_ioctl_snap_create(struct file *file,
1276
}
1277
1278
static noinline int btrfs_ioctl_snap_create_v2(struct file *file,
1279
- void __user *arg, int subvol)
+ void __user *arg, bool subvol)
1280
1281
struct btrfs_ioctl_vol_args_v2 *vol_args;
1282
int ret;
0 commit comments