File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4358,7 +4358,7 @@ static int io_tee(struct io_kiocb *req, unsigned int issue_flags)
4358
4358
return - EAGAIN ;
4359
4359
4360
4360
if (sp -> flags & SPLICE_F_FD_IN_FIXED )
4361
- in = io_file_get_fixed (req , sp -> splice_fd_in , IO_URING_F_UNLOCKED );
4361
+ in = io_file_get_fixed (req , sp -> splice_fd_in , issue_flags );
4362
4362
else
4363
4363
in = io_file_get_normal (req , sp -> splice_fd_in );
4364
4364
if (!in ) {
@@ -4400,7 +4400,7 @@ static int io_splice(struct io_kiocb *req, unsigned int issue_flags)
4400
4400
return - EAGAIN ;
4401
4401
4402
4402
if (sp -> flags & SPLICE_F_FD_IN_FIXED )
4403
- in = io_file_get_fixed (req , sp -> splice_fd_in , IO_URING_F_UNLOCKED );
4403
+ in = io_file_get_fixed (req , sp -> splice_fd_in , issue_flags );
4404
4404
else
4405
4405
in = io_file_get_normal (req , sp -> splice_fd_in );
4406
4406
if (!in ) {
You can’t perform that action at this time.
0 commit comments