From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Enzo Matsumiya <ematsumiya@suse.de>,
Steve French <stfrench@microsoft.com>,
Sasha Levin <sashal@kernel.org>,
sfrench@samba.org, linux-cifs@vger.kernel.org,
samba-technical@lists.samba.org
Subject: [PATCH AUTOSEL 6.6 12/16] smb: client: destroy cfid_put_wq on module exit
Date: Fri, 20 Dec 2024 12:12:36 -0500 [thread overview]
Message-ID: <20241220171240.511904-12-sashal@kernel.org> (raw)
In-Reply-To: <20241220171240.511904-1-sashal@kernel.org>
From: Enzo Matsumiya <ematsumiya@suse.de>
[ Upstream commit 633609c48a358134d3f8ef8241dff24841577f58 ]
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>
---
fs/smb/client/cifsfs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/smb/client/cifsfs.c b/fs/smb/client/cifsfs.c
index 6ed0f2548232..bbb0ef18d7b8 100644
--- a/fs/smb/client/cifsfs.c
+++ b/fs/smb/client/cifsfs.c
@@ -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();
}
--
2.39.5
next prev parent reply other threads:[~2024-12-20 17:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-20 17:12 [PATCH AUTOSEL 6.6 01/16] wifi: mac80211: fix mbss changed flags corruption on 32 bit systems Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 02/16] wifi: mac80211: wake the queues in case of failure in resume Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 03/16] drm/amdkfd: Correct the migration DMA map direction Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 04/16] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 05/16] ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 06/16] ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 07/16] sound: usb: enable DSD output for ddHiFi TC44C Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 08/16] sound: usb: format: don't warn that raw DSD is unsupported Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 09/16] bpf: fix potential error return Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 10/16] ksmbd: retry iterate_dir in smb2_query_dir Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 11/16] ksmbd: set ATTR_CTIME flags when setting mtime Sasha Levin
2024-12-20 17:12 ` Sasha Levin [this message]
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 13/16] net: usb: qmi_wwan: add Telit FE910C04 compositions Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 14/16] Bluetooth: hci_core: Fix sleeping function called from invalid context Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 15/16] irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base Sasha Levin
2024-12-20 17:12 ` [PATCH AUTOSEL 6.6 16/16] ARC: build: Try to guess GCC variant of cross compiler Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241220171240.511904-12-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=ematsumiya@suse.de \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=samba-technical@lists.samba.org \
--cc=sfrench@samba.org \
--cc=stable@vger.kernel.org \
--cc=stfrench@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®