Skip to content

Commit 633609c

Browse files
ematsumiyasmfrench
authored andcommitted
smb: client: destroy cfid_put_wq on module exit
Fix potential problem in rmmod Signed-off-by: Enzo Matsumiya <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 8676c4d commit 633609c

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
@@ -2043,6 +2043,7 @@ exit_cifs(void)
20432043
destroy_workqueue(decrypt_wq);
20442044
destroy_workqueue(fileinfo_put_wq);
20452045
destroy_workqueue(serverclose_wq);
2046+
destroy_workqueue(cfid_put_wq);
20462047
destroy_workqueue(cifsiod_wq);
20472048
cifs_proc_clean();
20482049
}

0 commit comments

Comments
 (0)