Skip to content

Commit

Permalink
Merge pull request multipath-tcp#61 from namjaejeon/cifsd-for-next
Browse files Browse the repository at this point in the history
ksmbd-fixes
  • Loading branch information
smfrench committed Jul 15, 2021
2 parents 904729b + a9c241d commit 9946aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ksmbd/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bool ksmbd_conn_alive(struct ksmbd_conn *conn)

/*
* Stop current session if the time that get last request from client
* is bigger than deadtime user configured and openning file count is
* is bigger than deadtime user configured and opening file count is
* zero.
*/
if (server_conf.deadtime > 0 &&
Expand Down

0 comments on commit 9946aa6

Please sign in to comment.