Skip to content

Commit

Permalink
ksmbd: work 3
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Aug 16, 2024
1 parent 30e4cc0 commit c267aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smb1pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ int smb_session_disconnect(struct ksmbd_work *work)
/* setting CifsExiting here may race with start_tcp_sess */
ksmbd_conn_set_need_reconnect(conn);

ksmbd_conn_wait_idle(conn, sess->id);
ksmbd_conn_wait_idle(conn);

ksmbd_tree_conn_session_logoff(sess);

Expand Down

0 comments on commit c267aad

Please sign in to comment.