From: Mike Anderson Date: Mon, 21 Jul 2008 22:58:32 +0000 (-0700) Subject: [SCSI] sym53c8xx: free luntbl in sym_hcb_free X-Git-Tag: v2.6.27-rc1~55^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41443ec3bb3dc4b12c861e91a5d36feb45f8a46;p=pandora-kernel.git [SCSI] sym53c8xx: free luntbl in sym_hcb_free This patch frees the luntbl dma area in sym_hcb_free if allocated. Since the luntbl is part of a larger dma coherent area not freeing the luntbl kept a 64k dma coherent area previous allocated through dma_alloc_coherent allocated. This prevented a DLPAR remove IO operation from completing successfully. Signed-off-by: Mike Anderson Cc: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed