From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: [PATCH 0/3 v6] Fixes for SCSI device removal Date: Fri, 04 May 2012 15:00:32 +0000 Message-ID: <4FA3EF10.3040104@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from relay04ant.iops.be ([212.53.5.219]:45294 "EHLO relay04ant.iops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752752Ab2EDPAn (ORCPT ); Fri, 4 May 2012 11:00:43 -0400 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi Cc: James Bottomley , Jun'ichi Nomura , Mike Christie , Stefan Richter , Tomas Henzl , Mike Snitzer This is version six of the SCSI device removal patches. Changes compared to v5: - Removed the function scsi_free_queue() and inlined that function in its callers. - Added two additional patches.