mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
Fix for missed mempool_destroy() in case when CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION not defined noticed by Bart Van Assche <bvanassche@acm.org>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4208 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4129,9 +4129,9 @@ out_callb:
|
||||
net_set_get_put_page_callbacks(NULL, NULL);
|
||||
|
||||
out_destroy_mempool:
|
||||
#endif
|
||||
mempool_destroy(iscsi_cmnd_abort_mempool);
|
||||
|
||||
#endif
|
||||
out_free_dummy:
|
||||
__free_pages(dummy_page, 0);
|
||||
goto out;
|
||||
|
||||
Reference in New Issue
Block a user