|
@@ -4536,7 +4536,6 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_)
|
|
struct btrfs_fs_info *fs_info;
|
|
struct btrfs_fs_info *fs_info;
|
|
struct btrfs_ioctl_send_args *arg = NULL;
|
|
struct btrfs_ioctl_send_args *arg = NULL;
|
|
struct btrfs_key key;
|
|
struct btrfs_key key;
|
|
- struct file *filp = NULL;
|
|
|
|
struct send_ctx *sctx = NULL;
|
|
struct send_ctx *sctx = NULL;
|
|
u32 i;
|
|
u32 i;
|
|
u64 *clone_sources_tmp = NULL;
|
|
u64 *clone_sources_tmp = NULL;
|
|
@@ -4673,8 +4672,6 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_)
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
out:
|
|
out:
|
|
- if (filp)
|
|
|
|
- fput(filp);
|
|
|
|
kfree(arg);
|
|
kfree(arg);
|
|
vfree(clone_sources_tmp);
|
|
vfree(clone_sources_tmp);
|
|
|
|
|