Skip to content

Commit 1d23d55

Browse files
ematsumiyagregkh
authored andcommitted
smb: client: destroy cfid_put_wq on module exit
[ Upstream commit 633609c ] Fix potential problem in rmmod Signed-off-by: Enzo Matsumiya <[email protected]> Signed-off-by: Steve French <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 52cefcf commit 1d23d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/smb/client/cifsfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,7 @@ exit_cifs(void)
20182018
destroy_workqueue(decrypt_wq);
20192019
destroy_workqueue(fileinfo_put_wq);
20202020
destroy_workqueue(serverclose_wq);
2021+
destroy_workqueue(cfid_put_wq);
20212022
destroy_workqueue(cifsiod_wq);
20222023
cifs_proc_clean();
20232024
}

0 commit comments

Comments
 (0)