From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Re: Deadlock observed in SCSI device removal Date: Sat, 15 Dec 2012 10:04:23 +0100 Message-ID: <50CC3D17.10902@acm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Amit Sahrawat Cc: LKML , linux-scsi@vger.kernel.org, "James E.J. Bottomley" , Mike Christie , Tejun Heo List-Id: linux-scsi@vger.kernel.org On 12/15/12 05:22, Amit Sahrawat wrote: > We are using kernel version 3.0.33, and the patch which is mentioned for > the above problem - is already applied in the kernel. If the kernel reports that io_schedule() hangs that usually means that an I/O request was not finished properly. It would help if you could verify whether or not you can reproduce this issue with kernel 3.6.10. Bart.