commit | 5a37cf19efcceae14c2078449e35b9f4eb3e63e4 | [log] [tgz] |
---|---|---|
author | Alexey Korolev <akorolev@infradead.org> | Mon Oct 22 17:55:20 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Oct 23 12:07:52 2007 +0100 |
tree | 4d4bb74499d093aa9a921e72875d223f15506657 | |
parent | 2a754b51aacb122cec25c849e3cf7f5503cc3ec6 [diff] |
[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 <akorolev@infradead.org> Acked-by: Nicolas Pitre <nico@cam.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>