From: Alexey Korolev Date: Mon, 22 Oct 2007 16:55:20 +0000 (+0100) Subject: [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion X-Git-Tag: v2.6.24-rc1~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a37cf19efcceae14c2078449e35b9f4eb3e63e4;p=pandora-kernel.git [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion This patch solves kernel deadlock issue seen on JFFF2 simultaneous operations. Detailed investigation of the issue showed that the kernel deadlock is caused by tons of recursive get_chip calls. Signed-off-by: Alexey Korolev Acked-by: Nicolas Pitre Signed-off-by: David Woodhouse --- Reading git-diff-tree failed