cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
151 stars 23 forks source link

ksmbd: smbd: fix kernel oops during server shutdown #531

Closed hclee closed 2 years ago

hclee commented 2 years ago

if server shutdown happens in the situation that there are connections, workqueue could be destroyed before queueing disconnect work.

Signed-off-by: Hyunchul Lee hyc.lee@gmail.com

namjaejeon commented 2 years ago

Directly applying this patch to #ksmbd-next now.