Skip to content

Commit

Permalink
smb: client: destroy cfid_put_wq on module exit
Browse files Browse the repository at this point in the history
[ Upstream commit 633609c ]

Fix potential problem in rmmod

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
ematsumiya authored and gregkh committed Jan 9, 2025
1 parent 1d7ee87 commit c6b1d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/smb/client/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,7 @@ exit_cifs(void)
destroy_workqueue(decrypt_wq);
destroy_workqueue(fileinfo_put_wq);
destroy_workqueue(serverclose_wq);
destroy_workqueue(cfid_put_wq);
destroy_workqueue(cifsiod_wq);
cifs_proc_clean();
}
Expand Down

0 comments on commit c6b1d01

Please sign in to comment.