Skip to content

Commit

Permalink
ksmbd: work 4
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Aug 17, 2024
1 parent c267aad commit b8bfc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void ksmbd_conn_wait_idle_sess_id(u64 sess_id)
if (atomic_read(&conn->req_running) != 0) {
rc = wait_event_timeout(conn->req_running_q,
atomic_read(&conn->req_running) == 0,
__msecs_to_jiffies(1000));
HZ);
if (!rc) {
up_read(&conn_list_lock);
goto retry_idle;
Expand Down

0 comments on commit b8bfc9e

Please sign in to comment.