Loading fs/btrfs/send.c +2 −2 Original line number Diff line number Diff line Loading @@ -4612,8 +4612,8 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_) sctx->flags = arg->flags; sctx->send_filp = fget(arg->send_fd); if (IS_ERR(sctx->send_filp)) { ret = PTR_ERR(sctx->send_filp); if (!sctx->send_filp) { ret = -EBADF; goto out; } Loading Loading
fs/btrfs/send.c +2 −2 Original line number Diff line number Diff line Loading @@ -4612,8 +4612,8 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_) sctx->flags = arg->flags; sctx->send_filp = fget(arg->send_fd); if (IS_ERR(sctx->send_filp)) { ret = PTR_ERR(sctx->send_filp); if (!sctx->send_filp) { ret = -EBADF; goto out; } Loading