cifs: Change from mempool_destroy to mempool_exit for request pools
authorSteve French <stfrench@microsoft.com>
Mon, 13 May 2024 17:49:22 +0000 (12:49 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 13 May 2024 21:49:36 +0000 (16:49 -0500)
commit29b4c7bb8565118e2c7e08709fce0dbe8bf61011
tree674dc85e2ebc1b0d22b87252d4622a7a6ab9698e
parent9f9bef9bc5c68a6ca9bbffcd29cd188167c29ae1
cifs: Change from mempool_destroy to mempool_exit for request pools

insmod followed by rmmod was oopsing with the new mempools cifs request patch

Fixes: edea94a69730 ("cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs")
Suggested-by: David Howells <dhowells@redhat.com>
Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c