From fc828623697f53da622f56d5779f5367299c2e5f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 13 May 2011 06:13:52 +0000 Subject: [PATCH] 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 --- iscsi-scst/kernel/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index cb35249f5..5d5a66a8c 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -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; }