From: Joonsoo Kim Date: Thu, 29 May 2014 06:29:18 +0000 (+0900) Subject: CMA: correct unlock target X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70e3c4f8b6ab61f713e040822ec51f5de498146;p=pandora-kernel.git CMA: correct unlock target 'cma: Remove potential deadlock situation' introduces per cma area mutex for bitmap management. It is good, but there is one mistake. When we can't find appropriate area in bitmap, we release cma_mutex global lock rather than cma->lock and this is a bug. So fix it. Signed-off-by: Joonsoo Kim Signed-off-by: Marek Szyprowski --- Reading git-diff-tree failed