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:
Bart Van Assche
2011-05-13 06:13:52 +00:00
parent 28ceea6df9
commit fc82862369

View File

@@ -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;
}