mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
iscsi-scst: Fixed a compilation error that only occurred with GENERATING_UPSTREAM_PATCH defined.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3452 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4120,8 +4120,8 @@ out_callb:
|
||||
out_destroy_mempool:
|
||||
mempool_destroy(iscsi_cmnd_abort_mempool);
|
||||
|
||||
out_free_dummy:
|
||||
#endif
|
||||
out_free_dummy:
|
||||
__free_pages(dummy_page, 0);
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user