No point in using io_file_put() here, as we need to check if it's a
fixed file in the caller anyway.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
                ret = do_tee(in, out, sp->len, flags);
 
        if (!(sp->flags & SPLICE_F_FD_IN_FIXED))
-               io_put_file(in);
+               fput(in);
 done:
        if (ret != sp->len)
                req_set_fail(req);
                ret = do_splice(in, poff_in, out, poff_out, sp->len, flags);
 
        if (!(sp->flags & SPLICE_F_FD_IN_FIXED))
-               io_put_file(in);
+               fput(in);
 done:
        if (ret != sp->len)
                req_set_fail(req);