Skip to content

Commit c6b1d01

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 1d7ee87 commit c6b1d01

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
@@ -2015,6 +2015,7 @@ exit_cifs(void)
20152015
destroy_workqueue(decrypt_wq);
20162016
destroy_workqueue(fileinfo_put_wq);
20172017
destroy_workqueue(serverclose_wq);
2018+
destroy_workqueue(cfid_put_wq);
20182019
destroy_workqueue(cifsiod_wq);
20192020
cifs_proc_clean();
20202021
}

0 commit comments

Comments
 (0)